From: Arne Fitzenreiter Date: Sun, 27 Jan 2013 10:33:50 +0000 (+0100) Subject: core66: create device.map before grub install. X-Git-Tag: v2.13-rc1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be6cb8eab784474cfb0dcf737aac3ba2d3e59775;p=ipfire-2.x.git core66: create device.map before grub install. --- diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index c76f3c728d..ac4e3ac642 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