summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-10-19 17:00:10 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-10-19 17:00:10 -0300
commit450396e2c49190d4367a1621735b24808d15be8e (patch)
treed4ce34f84313850b3d0ba73019c2e1fc0dd6485b /configs
parenta5ae5f69699b127d6aeb8b2898f98df94d88a971 (diff)
[config/releng] Set again multi-user.target as default
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index cd9b45a..e758ff3 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -186,7 +186,7 @@ make_customize_root_image() {
-r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch' \
run
mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \
- -r 'systemctl -f enable pacman-init.service getty@.service dhcpcd.service || true' \
+ -r 'systemctl -f enable multi-user.target pacman-init.service getty@.service dhcpcd.service || true' \
run
: > ${work_dir}/build.${FUNCNAME}
fi