diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 15c4b468d5e9fcecd070e7747390c82dfc1084ab..a672b0a265c7c70f2e867fee7b06fbac6148e9d2 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -363,6 +363,12 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ fi } + tweak_systemd () { + if [ -f /etc/systemd/systemd-journald.conf ] ; then + sed -i -e 's:#SystemMaxUse=:SystemMaxUse=8M:g' /etc/systemd/systemd-journald.conf + fi + } + set_locale () { pkg="locales" dpkg_check @@ -614,6 +620,7 @@ cat > ${DIR}/chroot_script.sh <<-__EOF__ install_pkg_updates install_pkgs + tweak_systemd set_locale if [ "x${chroot_very_small_image}" = "xenable" ] ; then run_deborphan