index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-13 14:40:41 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-13 14:40:41 -0300 |
commit | 2e94974e2b37b540d52799362f05e16315cb0b00 (patch) | |
tree | 359d018072e5d070d59de0ce116ce964ba9d7861 | |
parent | b2691db41a9c46adf98b8fe9891a306eec6de811 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 8 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index ab8097c..cd9b45a 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -26,14 +26,6 @@ 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) |