From 72a5a120e21fff194dc3f8b5484da5f23e2bc5b7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 11 Sep 2009 00:06:14 +0200 Subject: [PATCH] Core31 updater should not remove xen kernel modules --- config/rootfiles/core/31/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/31/update.sh b/config/rootfiles/core/31/update.sh index 113da4753..1780a1325 100644 --- a/config/rootfiles/core/31/update.sh +++ b/config/rootfiles/core/31/update.sh @@ -54,7 +54,8 @@ rm -rf /boot/System.map-* rm -rf /boot/config-* rm -rf /boot/ipfirerd-* rm -rf /boot/vmlinuz-* -rm -rf /lib/modules/ +# Don't remove old xen modules. Kernel may stored outside. +rm -rf /lib/modules/*-ipfire # # Backup grub.conf # -- 2.39.2