diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index c76f3c728..ac4e3ac64 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -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