From: Peter Müller Date: Thu, 7 Jul 2022 13:55:29 +0000 (+0000) Subject: Revert "Core Update 169: Delete unused initrd on 32-bit ARM to save space in /boot" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f623de32386686ac6bdccdc68ac6b8806c4a1ef;p=people%2Fstevee%2Fipfire-2.x.git Revert "Core Update 169: Delete unused initrd on 32-bit ARM to save space in /boot" This reverts commit 5ead33d796b9537bddbc4e2d5d27029de4df001a. --- diff --git a/config/rootfiles/oldcore/169/update.sh b/config/rootfiles/oldcore/169/update.sh index dc7a2a18ab..3902e2d458 100644 --- a/config/rootfiles/oldcore/169/update.sh +++ b/config/rootfiles/oldcore/169/update.sh @@ -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