From 4c33d45cfec7c9b26ba456d27d5f9741e3a9729c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 23 Feb 2015 19:38:28 +0100 Subject: [PATCH] core87: fix update on xen. --- config/rootfiles/core/87/update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/87/update.sh b/config/rootfiles/core/87/update.sh index 172d854ec7..4af0370041 100644 --- a/config/rootfiles/core/87/update.sh +++ b/config/rootfiles/core/87/update.sh @@ -198,8 +198,9 @@ case "$(uname -m)" in i?86) case "$(find_device "/")" in xvd* ) - echo Skip remove grub2 files, because pygrub fail. - rm -f /boot/grub/* + echo Remove grub2 files, because pygrub fail. + rm -rvf /boot/grub/* + touch /boot/grub/grub.conf echo config will recreated by linux-pae install. ;; * ) -- 2.39.5