From: robertmh Date: Fri, 30 Oct 2009 22:37:38 +0000 (+0000) Subject: 2009-10-30 Robert Millan X-Git-Tag: 1.98~461 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=805111a4fd4183d134e5da13530b57fd0b3677b3;p=thirdparty%2Fgrub.git 2009-10-30 Robert Millan * util/i386/pc/grub-install.in: Remove hint that device.map should be checked (grub-install doesn't currently rely on it). --- diff --git a/ChangeLog b/ChangeLog index 1d504a2cc..26de80e89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-30 Robert Millan + + * 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 Revert SVN r2660. diff --git a/util/i386/pc/grub-install.in b/util/i386/pc/grub-install.in index 69028b662..8a06213cb 100644 --- a/util/i386/pc/grub-install.in +++ b/util/i386/pc/grub-install.in @@ -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