]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
Revert "Core Update 169: Delete unused initrd on 32-bit ARM to save space in /boot"
authorPeter Müller <peter.mueller@ipfire.org>
Thu, 7 Jul 2022 13:55:29 +0000 (13:55 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 7 Jul 2022 13:55:29 +0000 (13:55 +0000)
This reverts commit 5ead33d796b9537bddbc4e2d5d27029de4df001a.

config/rootfiles/oldcore/169/update.sh

index dc7a2a18abd65d464c862f5a71d6b1a85295865b..3902e2d4584ff297aed4333c28d449ac6bf896ce 100644 (file)
@@ -150,13 +150,6 @@ ldconfig
 # Apply sysctl changes
 /etc/init.d/sysctl start
 
-# Delete unused initrd on 32-bit ARM to save space in /boot
-case "$(uname -m)" in
-       armv*)
-               rm /boot/initramfs-${KVER}-ipfire.img
-               ;;
-esac
-
 # Start services
 telinit u
 /etc/init.d/firewall restart