Merge branch 'next' into temp-c171-development

This commit is contained in:
Peter Müller
2022-09-13 11:43:06 +00:00
15 changed files with 137 additions and 28 deletions

View File

@@ -150,6 +150,13 @@ 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