Blame SOURCES/0086-util-grub-install.c-Fix-handling-of-disk-module.patch

f725e3
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
f725e3
From: Glenn Washburn <development@efficientek.com>
f725e3
Date: Sun, 22 Jun 2014 01:45:11 +0200
f725e3
Subject: [PATCH] * util/grub-install.c: Fix handling of --disk-module.
f725e3
f725e3
---
f725e3
 util/grub-install.c | 3 +--
f725e3
 ChangeLog           | 4 ++++
f725e3
 2 files changed, 5 insertions(+), 2 deletions(-)
f725e3
f725e3
diff --git a/util/grub-install.c b/util/grub-install.c
f725e3
index e9c6a4656ef..7d61c32be2f 100644
f725e3
--- a/util/grub-install.c
f725e3
+++ b/util/grub-install.c
f725e3
@@ -94,7 +94,6 @@ enum
f725e3
     OPTION_RECHECK, 
f725e3
     OPTION_FORCE,
f725e3
     OPTION_FORCE_FILE_ID,
f725e3
-    OPTION_MODULE, 
f725e3
     OPTION_NO_NVRAM, 
f725e3
     OPTION_REMOVABLE, 
f725e3
     OPTION_BOOTLOADER_ID, 
f725e3
@@ -273,7 +272,7 @@ static struct argp_option options[] = {
f725e3
    N_("install even if problems are detected"), 2},
f725e3
   {"force-file-id", OPTION_FORCE_FILE_ID, 0, 0,
f725e3
    N_("use identifier file even if UUID is available"), 2},
f725e3
-  {"disk-module", OPTION_MODULE, N_("MODULE"), 0,
f725e3
+  {"disk-module", OPTION_DISK_MODULE, N_("MODULE"), 0,
f725e3
    N_("disk module to use (biosdisk or native). "
f725e3
       "This option is only available on BIOS target."), 2},
f725e3
   {"no-nvram", OPTION_NO_NVRAM, 0, 0,
f725e3
diff --git a/ChangeLog b/ChangeLog
f725e3
index 0cdd095a498..4ce664327f9 100644
f725e3
--- a/ChangeLog
f725e3
+++ b/ChangeLog
f725e3
@@ -1,3 +1,7 @@
f725e3
+2014-06-21  Glenn Washburn <development@efficientek.com>
f725e3
+
f725e3
+	* util/grub-install.c: Fix handling of --disk-module.
f725e3
+
f725e3
 2014-06-21  Stephane Rochoy <sheda>
f725e3
 
f725e3
 	* grub-core/loader/i386/bsd.c (grub_netbsd_boot): Pass pointer to