From be6cb8eab784474cfb0dcf737aac3ba2d3e59775 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 27 Jan 2013 11:33:50 +0100 Subject: [PATCH] core66: create device.map before grub install. --- config/rootfiles/core/66/update.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5