mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 11:27:58 +00:00
Use grub_util_host_init rather than inlining.
This commit is contained in:
parent
54154f04b8
commit
a742e536f9
6
debian/patches/restore_mkdevicemap.patch
vendored
6
debian/patches/restore_mkdevicemap.patch
vendored
@ -1035,7 +1035,7 @@ Index: b/util/grub-mkdevicemap.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/util/grub-mkdevicemap.c
|
+++ b/util/grub-mkdevicemap.c
|
||||||
@@ -0,0 +1,183 @@
|
@@ -0,0 +1,181 @@
|
||||||
+/* grub-mkdevicemap.c - make a device map file automatically */
|
+/* grub-mkdevicemap.c - make a device map file automatically */
|
||||||
+/*
|
+/*
|
||||||
+ * GRUB -- GRand Unified Bootloader
|
+ * GRUB -- GRand Unified Bootloader
|
||||||
@ -1163,9 +1163,7 @@ Index: b/util/grub-mkdevicemap.c
|
|||||||
+ char *dev_map = 0;
|
+ char *dev_map = 0;
|
||||||
+ int floppy_disks = 1;
|
+ int floppy_disks = 1;
|
||||||
+
|
+
|
||||||
+ set_program_name (argv[0]);
|
+ grub_util_host_init (&argc, &argv);
|
||||||
+
|
|
||||||
+ grub_util_init_nls ();
|
|
||||||
+
|
+
|
||||||
+ /* Check for options. */
|
+ /* Check for options. */
|
||||||
+ while (1)
|
+ while (1)
|
||||||
|
@ -125,9 +125,7 @@ main (int argc, char *argv[])
|
|||||||
char *dev_map = 0;
|
char *dev_map = 0;
|
||||||
int floppy_disks = 1;
|
int floppy_disks = 1;
|
||||||
|
|
||||||
set_program_name (argv[0]);
|
grub_util_host_init (&argc, &argv);
|
||||||
|
|
||||||
grub_util_init_nls ();
|
|
||||||
|
|
||||||
/* Check for options. */
|
/* Check for options. */
|
||||||
while (1)
|
while (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user