core159: started

this update is based on core-kerneltest in arne_f/kernel-5.10

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-07-05 07:45:43 +02:00
parent 17ea8e39b5
commit ede29dd556
102 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=157
core=159
exit_with_error() {
# Set last succesfull installed core.
@@ -77,16 +77,16 @@ if [ $ROOTSPACE -lt 100000 ]; then
fi
# Remove the old kernel
#rm -rf /boot/System.map-*
#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 /lib/modules
rm -rf /boot/System.map-*
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 /lib/modules
# remove old/renamed u-boot files
rm -rf /boot/kernel*

Some files were not shown because too many files have changed in this diff Show More