]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
core162: fix old kernel cleanup on arm
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 29 Dec 2021 09:16:12 +0000 (09:16 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 29 Dec 2021 09:16:12 +0000 (09:16 +0000)
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 <arne_f@ipfire.org>
config/rootfiles/core/162/update.sh

index 0bceb17cfc55bdbafaf84ce15ac39f91a192f2d2..b0d8b3149146640ad5cc360723683b3ae97a373b 100644 (file)
@@ -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