From: Arne Fitzenreiter Date: Thu, 10 Sep 2009 22:06:14 +0000 (+0200) Subject: Core31 updater should not remove xen kernel modules X-Git-Tag: v2.5-core31~22 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=72a5a120e21fff194dc3f8b5484da5f23e2bc5b7 Core31 updater should not remove xen kernel modules --- diff --git a/config/rootfiles/core/31/update.sh b/config/rootfiles/core/31/update.sh index 113da47534..1780a1325c 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 #