From 293f9d26ff2a128295ae6fef96b723abff8af889 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 25 Oct 2012 23:26:25 -0300 Subject: [configs/releng] Remove redundant package installation curl is a dependency for pacman Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/releng') 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) -- cgit v1.2.2