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