core66: create device.map before grub install.

This commit is contained in:
Arne Fitzenreiter
2013-01-27 11:33:50 +01:00
parent eb915ddd55
commit be6cb8eab7

View File

@@ -287,6 +287,7 @@ case $(uname -m) in
#
# ReInstall grub
#
echo "(hd0) ${ROOT::`expr length $ROOT`-1}" > /boot/grub/device.map
grub-install --no-floppy ${ROOT::`expr length $ROOT`-1}
;;
esac