From 9306852543de7991f1cb0c1ce0a6022c477ba1d8 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 22 Feb 2015 22:57:04 +0100 Subject: [PATCH] core87: remove grub2 config/image on xen. --- config/rootfiles/core/87/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/87/update.sh b/config/rootfiles/core/87/update.sh index fea44883c8..172d854ec7 100644 --- a/config/rootfiles/core/87/update.sh +++ b/config/rootfiles/core/87/update.sh @@ -198,7 +198,9 @@ case "$(uname -m)" in i?86) case "$(find_device "/")" in xvd* ) - echo Skip bootloader update on xen. + echo Skip remove grub2 files, because pygrub fail. + rm -f /boot/grub/* + echo config will recreated by linux-pae install. ;; * ) # -- 2.39.2