From 6836b770a207e005834a26e08d2b139af20c8c0a Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 25 Feb 2014 21:20:48 -0300 Subject: [configs/releng] Update the way to set default multi-user.target Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/root-image/root/customize_root_image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs') 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 -- cgit v1.2.3-54-g00ecf