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