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

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