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:
parent
fa6e945f50
commit
805111a4fd
2 changed files with 5 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue