|
|
6b3c76 |
From bd7b390604d6122afda2763345406fa880fa4fd7 Mon Sep 17 00:00:00 2001
|
|
|
a85e8e |
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
a85e8e |
Date: Sat, 18 Jan 2014 20:02:51 +0100
|
|
|
6b3c76 |
Subject: [PATCH 033/261] * util/grub-install.c: Fix a typo.
|
|
|
a85e8e |
|
|
|
a85e8e |
---
|
|
|
d41074 |
ChangeLog | 4 ++++
|
|
|
6b3c76 |
util/grub-install.c | 2 +-
|
|
|
a85e8e |
2 files changed, 5 insertions(+), 1 deletion(-)
|
|
|
a85e8e |
|
|
|
6b3c76 |
diff --git a/ChangeLog b/ChangeLog
|
|
|
6b3c76 |
index c84f7e7cc..9360345ef 100644
|
|
|
6b3c76 |
--- a/ChangeLog
|
|
|
6b3c76 |
+++ b/ChangeLog
|
|
|
6b3c76 |
@@ -1,5 +1,9 @@
|
|
|
6b3c76 |
2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
6b3c76 |
|
|
|
6b3c76 |
+ * util/grub-install.c: Fix a typo.
|
|
|
6b3c76 |
+
|
|
|
6b3c76 |
+2014-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
6b3c76 |
+
|
|
|
6b3c76 |
* grub-core/normal/main.c (read_config_file): Buffer config file.
|
|
|
6b3c76 |
Reduces boot time.
|
|
|
6b3c76 |
|
|
|
a85e8e |
diff --git a/util/grub-install.c b/util/grub-install.c
|
|
|
6b3c76 |
index 4608b80fe..5903f340a 100644
|
|
|
a85e8e |
--- a/util/grub-install.c
|
|
|
a85e8e |
+++ b/util/grub-install.c
|
|
|
a85e8e |
@@ -1259,7 +1259,7 @@ main (int argc, char *argv[])
|
|
|
a85e8e |
|
|
|
a85e8e |
if (!config.is_cryptodisk_enabled && have_cryptodisk)
|
|
|
a85e8e |
grub_util_error (_("attempt to install to encrypted disk without cryptodisk enabled. "
|
|
|
a85e8e |
- "Set `%s' in file `%s'."), "GRUB_ENABLE_CRYPTODISK=1",
|
|
|
a85e8e |
+ "Set `%s' in file `%s'."), "GRUB_ENABLE_CRYPTODISK=y",
|
|
|
a85e8e |
grub_util_get_config_filename ());
|
|
|
a85e8e |
|
|
|
a85e8e |
if (disk_module && grub_strcmp (disk_module, "ata") == 0)
|
|
|
6b3c76 |
--
|
|
|
6b3c76 |
2.13.5
|
|
|
6b3c76 |
|