From 7f623de32386686ac6bdccdc68ac6b8806c4a1ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 7 Jul 2022 13:55:29 +0000 Subject: [PATCH] Revert "Core Update 169: Delete unused initrd on 32-bit ARM to save space in /boot" This reverts commit 5ead33d796b9537bddbc4e2d5d27029de4df001a. --- config/rootfiles/oldcore/169/update.sh | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.39.5