diff options
| 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/build.sh | |
| parent | 5ff7b02a602092fdf2bed30c9450ff455647af4d (diff) | |
| download | archiso-293f9d26ff2a128295ae6fef96b723abff8af889.tar.gz archiso-293f9d26ff2a128295ae6fef96b723abff8af889.tar.bz2 | |
[configs/releng] Remove redundant package installation
curl is a dependency for pacman
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/build.sh')
| -rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
