From: Arne Fitzenreiter Date: Mon, 23 Feb 2015 18:38:28 +0000 (+0100) Subject: core87: fix update on xen. X-Git-Tag: v2.17-core88~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore87;p=ipfire-2.x.git core87: fix update on xen. --- 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. ;; * )