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).
This commit is contained in:
robertmh 2009-10-30 22:37:38 +00:00
parent fa6e945f50
commit 805111a4fd
2 changed files with 5 additions and 7 deletions

View file

@ -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> 2009-10-29 Robert Millan <rmh.grub@aybabtu.com>
Revert SVN r2660. Revert SVN r2660.

View file

@ -319,14 +319,7 @@ else
$grub_mkimage -d ${pkglibdir} --output=/boot/multiboot.img --prefix=${prefix_drive}${relative_grubdir} $modules || exit 1 $grub_mkimage -d ${pkglibdir} --output=/boot/multiboot.img --prefix=${prefix_drive}${relative_grubdir} $modules || exit 1
fi fi
# Prompt the user to check if the device map is correct.
echo "Installation finished. No error reported." 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. # Bye.
exit 0 exit 0