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