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