From: Arne Fitzenreiter Date: Wed, 29 Dec 2021 09:16:12 +0000 (+0000) Subject: core162: fix old kernel cleanup on arm X-Git-Tag: v2.27-core163~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore162;p=ipfire-2.x.git core162: fix old kernel cleanup on arm we have removed the -multi after the kernel name but in the update script delete *-multi-* which leftover the arm specific dtb folder and uImages. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index 0bceb17cfc..b0d8b31491 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -77,10 +77,10 @@ rm -rf /boot/config-* rm -rf /boot/ipfirerd-* rm -rf /boot/initramfs-* rm -rf /boot/vmlinuz-* -rm -rf /boot/uImage-*-ipfire-* -rm -rf /boot/zImage-*-ipfire-* -rm -rf /boot/uInit-*-ipfire-* -rm -rf /boot/dtb-*-ipfire-* +rm -rf /boot/uImage-* +rm -rf /boot/zImage-* +rm -rf /boot/uInit-* +rm -rf /boot/dtb-* rm -rf /lib/modules # Remove files