diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-09-21 16:53:45 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-09-21 16:53:45 -0300 |
commit | c5539c799c6d001f5360f8bac94d7c4c0da712f2 (patch) | |
tree | 181c0e7d28a6b3b2cd606f2b6635294e0abdd85e /configs/releng/root-image/root | |
parent | 25b00a5682c6618bd6e0e7e0b5daf7d1325e864c (diff) | |
download | archiso32-c5539c799c6d001f5360f8bac94d7c4c0da712f2.tar.xz |
[configs/releng] explicit set 'Storage=volatile' for journald
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/root-image/root')
-rwxr-xr-x | configs/releng/root-image/root/customize_root_image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index a60f308..78c7bc0 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -16,5 +16,6 @@ chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist +sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf systemctl enable multi-user.target pacman-init.service choose-mirror.service |