summarylogtreecommitdiffstats
path: root/efibootmgr_default_to_rEFInd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'efibootmgr_default_to_rEFInd.patch')
-rw-r--r--efibootmgr_default_to_rEFInd.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/efibootmgr_default_to_rEFInd.patch b/efibootmgr_default_to_rEFInd.patch
index 87877ca8ce42..5c492e643831 100644
--- a/efibootmgr_default_to_rEFInd.patch
+++ b/efibootmgr_default_to_rEFInd.patch
@@ -1,5 +1,5 @@
diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
-index 199af39..3826e03 100644
+index 8e63272..bbfc84b 100644
--- a/src/efibootmgr/efibootmgr.c
+++ b/src/efibootmgr/efibootmgr.c
@@ -18,7 +18,7 @@
@@ -20,7 +20,7 @@ index 199af39..3826e03 100644
*/
-@@ -780,8 +780,8 @@ usage()
+@@ -786,8 +786,8 @@ usage()
printf("\t-g | --gpt force disk with invalid PMBR to be treated as GPT\n");
printf("\t-H | --acpi_hid XXXX set the ACPI HID (used with -i)\n");
printf("\t-i | --iface name create a netboot entry for the named interface\n");
@@ -31,7 +31,7 @@ index 199af39..3826e03 100644
printf("\t-n | --bootnext XXXX set BootNext to XXXX (hex)\n");
printf("\t-N | --delete-bootnext delete BootNext\n");
printf("\t-o | --bootorder XXXX,YYYY,ZZZZ,... explicitly set BootOrder (hex)\n");
-@@ -808,8 +808,8 @@ set_default_opts()
+@@ -814,8 +814,8 @@ set_default_opts()
opts.active = -1; /* Don't set it */
opts.timeout = -1; /* Don't set it */
opts.edd10_devicenum = 0x80;