Blame SOURCES/0033-util-grub-install.c-Fix-a-typo.patch

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a85e8e
From: Vladimir Serbinenko <phcoder@gmail.com>
a85e8e
Date: Sat, 18 Jan 2014 20:02:51 +0100
d41074
Subject: [PATCH] * util/grub-install.c: Fix a typo.
a85e8e
a85e8e
---
a85e8e
 util/grub-install.c | 2 +-
d41074
 ChangeLog           | 4 ++++
a85e8e
 2 files changed, 5 insertions(+), 1 deletion(-)
a85e8e
a85e8e
diff --git a/util/grub-install.c b/util/grub-install.c
d41074
index 4608b80fe05..5903f340a61 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)
d41074
diff --git a/ChangeLog b/ChangeLog
d41074
index c84f7e7cc00..9360345efc2 100644
d41074
--- a/ChangeLog
d41074
+++ b/ChangeLog
d41074
@@ -1,3 +1,7 @@
d41074
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
+
d41074
+	* util/grub-install.c: Fix a typo.
d41074
+
d41074
 2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
 
d41074
 	* grub-core/normal/main.c (read_config_file): Buffer config file.