diff options
Diffstat (limited to 'configs')
-rwxr-xr-x | configs/releng/root-image/root/customize_root_image.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index 78c7bc0..9c85453 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -18,4 +18,5 @@ 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 +systemctl enable pacman-init.service choose-mirror.service +systemctl set-default multi-user.target |