summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2014-02-25 21:20:48 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2014-02-25 21:20:48 -0300
commit6836b770a207e005834a26e08d2b139af20c8c0a (patch)
treeb909dd8c2ef090236d2ac71995e9c19bd4f434e9
parent6ad005de648b65af265274b4e667bff123ba2b39 (diff)
downloadarchiso32-6836b770a207e005834a26e08d2b139af20c8c0a.tar.xz
[configs/releng] Update the way to set default multi-user.target
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-xconfigs/releng/root-image/root/customize_root_image.sh3
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