index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-19 17:00:10 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-19 17:00:10 -0300 |
commit | 450396e2c49190d4367a1621735b24808d15be8e (patch) | |
tree | d4ce34f84313850b3d0ba73019c2e1fc0dd6485b | |
parent | a5ae5f69699b127d6aeb8b2898f98df94d88a971 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
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 |