Switch default journald storage to volatile

This commit is contained in:
Serge Schneider 2024-11-19 11:49:05 +00:00
parent b15527e15b
commit 13c185cb79

View File

@ -70,3 +70,5 @@ sed -i "s/PLACEHOLDER//" "${ROOTFS_DIR}/etc/default/keyboard"
on_chroot << EOF
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure keyboard-configuration
EOF
sed -i 's/^#?Storage=.*/Storage=volatile/' "${ROOTFS_DIR}/etc/systemd/journald.conf"