]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.c: Fix handling of --disk-module.
authorGlenn Washburn <development@efficientek.com>
Sat, 21 Jun 2014 23:45:11 +0000 (01:45 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Jun 2014 23:45:11 +0000 (01:45 +0200)
ChangeLog
util/grub-install.c

index ee46a4dfa9984374047356ec95234bbefd140bab..03eedb3ad00a24df475d555751bbb0e3871b917c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-21  Glenn Washburn <development@efficientek.com>
+
+       * util/grub-install.c: Fix handling of --disk-module.
+
 2014-06-21  Stephane Rochoy <sheda>
 
        * grub-core/loader/i386/bsd.c (grub_netbsd_boot): Pass pointer to
index e9c6a4656efd4751ecce46ff668749b3318a9034..7d61c32be2fc6b98f3a5e7c963b1e523f3e3c2ae 100644 (file)
@@ -94,7 +94,6 @@ enum
     OPTION_RECHECK, 
     OPTION_FORCE,
     OPTION_FORCE_FILE_ID,
-    OPTION_MODULE, 
     OPTION_NO_NVRAM, 
     OPTION_REMOVABLE, 
     OPTION_BOOTLOADER_ID, 
@@ -273,7 +272,7 @@ static struct argp_option options[] = {
    N_("install even if problems are detected"), 2},
   {"force-file-id", OPTION_FORCE_FILE_ID, 0, 0,
    N_("use identifier file even if UUID is available"), 2},
-  {"disk-module", OPTION_MODULE, N_("MODULE"), 0,
+  {"disk-module", OPTION_DISK_MODULE, N_("MODULE"), 0,
    N_("disk module to use (biosdisk or native). "
       "This option is only available on BIOS target."), 2},
   {"no-nvram", OPTION_NO_NVRAM, 0, 0,