index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-03 10:52:13 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-03 10:52:13 -0300 |
commit | 56b1e931bc27def5d0a3b51a6282653389fac732 (patch) | |
tree | 755bfacee4a47f6a0ebd2bf73315ee8eaab2dde5 /configs/releng | |
parent | e8d8124dd217c25b619deae1c6a5ebcac0cbe41d (diff) |
-rwxr-xr-x | configs/releng/build.sh | 8 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 0b4001b..2fa5d50 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -26,6 +26,14 @@ setup_workdir() { make_basefs() { mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" init mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" -p "memtest86+ mkinitcpio-nfs-utils nbd curl" install + + # Install systemd-sysvcompat in this way until hits {base} group + mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ + -r 'pacman -R --noconfirm --noprogressbar initscripts sysvinit' \ + run + mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ + -p "systemd-sysvcompat" \ + install } # Additional packages (root-image) |