Blame SOURCES/0144-util-grub-install.in-change-misleading-comment-about.patch

f96e0b
From a3221152fcd1056ad93b0ec4d4a6bb7954e19349 Mon Sep 17 00:00:00 2001
f96e0b
From: Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
Date: Sun, 27 Jan 2013 16:17:21 +0100
f96e0b
Subject: [PATCH 144/482] 	* util/grub-install.in: change misleading
f96e0b
 comment about 	device.map creation
f96e0b
f96e0b
---
f96e0b
 ChangeLog            | 5 +++++
f96e0b
 util/grub-install.in | 2 +-
f96e0b
 2 files changed, 6 insertions(+), 1 deletion(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 2ad83f5..74ef434 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,8 @@
f96e0b
+2013-01-27  Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
+
f96e0b
+	* util/grub-install.in: change misleading comment about
f96e0b
+	device.map creation
f96e0b
+
f96e0b
 2013-01-27  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
 	* grub-core/normal/menu_text.c (grub_menu_init_page): Fix behaviour
f96e0b
diff --git a/util/grub-install.in b/util/grub-install.in
f96e0b
index aac27c7..9e63cf5 100644
f96e0b
--- a/util/grub-install.in
f96e0b
+++ b/util/grub-install.in
f96e0b
@@ -505,7 +505,7 @@ if test $recheck = yes; then
f96e0b
     rm -f "$device_map"
f96e0b
 fi
f96e0b
 
f96e0b
-# Create the device map file if it is not present.
f96e0b
+# Device map file is optional
f96e0b
 if test -f "$device_map"; then
f96e0b
     # Make sure that there is no duplicated entry.
f96e0b
     tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' "$device_map" \
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b