]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-30 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 30 Oct 2009 22:37:38 +0000 (22:37 +0000)
committerrobertmh <robertmh@localhost>
Fri, 30 Oct 2009 22:37:38 +0000 (22:37 +0000)
        * util/i386/pc/grub-install.in: Remove hint that device.map should be
        checked (grub-install doesn't currently rely on it).

ChangeLog
util/i386/pc/grub-install.in

index 1d504a2cce2f39991b37a45f00055111e18de7f1..26de80e89d4448051d71cf5bca72d2132562fa46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-30  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * util/i386/pc/grub-install.in: Remove hint that device.map should be
+       checked (grub-install doesn't currently rely on it).
+
 2009-10-29  Robert Millan  <rmh.grub@aybabtu.com>
 
        Revert SVN r2660.
index 69028b6628eee377c512e9f9a1b1afd934517177..8a06213cb7045fcbd668f92b10fb3cfabae96581 100644 (file)
@@ -319,14 +319,7 @@ else
     $grub_mkimage -d ${pkglibdir} --output=/boot/multiboot.img --prefix=${prefix_drive}${relative_grubdir} $modules || exit 1
 fi
 
-# Prompt the user to check if the device map is correct.
 echo "Installation finished. No error reported."
-echo "This is the contents of the device map $device_map."
-echo "Check if this is correct or not. If any of the lines is incorrect,"
-echo "fix it and re-run the script \`grub-install'."
-echo
-
-cat $device_map
 
 # Bye.
 exit 0