mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user