index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-25 23:26:25 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-25 23:26:25 -0300 |
commit | 293f9d26ff2a128295ae6fef96b723abff8af889 (patch) | |
tree | 4219a31d74c9f500066457f0c19c350437c80c0c /configs/releng | |
parent | 5ff7b02a602092fdf2bed30c9450ff455647af4d (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 006f3fb..f65a3f1 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -25,7 +25,7 @@ setup_workdir() { # Base installation (root-image) 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 + mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" -p "memtest86+ mkinitcpio-nfs-utils nbd" install } # Additional packages (root-image) |