]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: change misleading comment about
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sun, 27 Jan 2013 15:17:21 +0000 (16:17 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 27 Jan 2013 15:17:21 +0000 (16:17 +0100)
device.map creation

ChangeLog
util/grub-install.in

index 2ad83f5e40f40f354c09e22b9b4f1358610d8765..74ef434e9f02079278552ed635bf27dbf26a667f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-27  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub-install.in: change misleading comment about
+       device.map creation
+
 2013-01-27  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/normal/menu_text.c (grub_menu_init_page): Fix behaviour
index aac27c75a8ade0e7cecc6cbcb3781af5c2c1bcb7..9e63cf5d9c796126f97faf2fe3a304c0006b22a3 100644 (file)
@@ -505,7 +505,7 @@ if test $recheck = yes; then
     rm -f "$device_map"
 fi
 
-# Create the device map file if it is not present.
+# Device map file is optional
 if test -f "$device_map"; then
     # Make sure that there is no duplicated entry.
     tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' "$device_map" \