Revision: 2673
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2673
Author: robertmh
Date: 2009-10-30 22:37:38 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
2009-10-30 Robert Millan <[email protected]>
* util/i386/pc/grub-install.in: Remove hint that device.map should be
checked (grub-install doesn't currently rely on it).
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/i386/pc/grub-install.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-10-29 10:08:07 UTC (rev 2672)
+++ trunk/grub2/ChangeLog 2009-10-30 22:37:38 UTC (rev 2673)
@@ -1,3 +1,8 @@
+2009-10-30 Robert Millan <[email protected]>
+
+ * 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 <[email protected]>
Revert SVN r2660.
Modified: trunk/grub2/util/i386/pc/grub-install.in
===================================================================
--- trunk/grub2/util/i386/pc/grub-install.in 2009-10-29 10:08:07 UTC (rev
2672)
+++ trunk/grub2/util/i386/pc/grub-install.in 2009-10-30 22:37:38 UTC (rev
2673)
@@ -319,14 +319,7 @@
$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