From f1a445ad4e6e7492a2dc36248dbc500ac28f59b1 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 24 Jun 2015 22:18:46 -0300 Subject: [configs/releng] refind-efi is not used for ISO build, move to packages Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 2 +- configs/releng/packages.both | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 0f1f744..18318b1 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -63,7 +63,7 @@ make_packages() { # Needed packages for x86_64 EFI boot make_packages_efi() { - setarch ${arch} mkarchiso ${verbose} -w "${work_dir}/${arch}" -C "${work_dir}/pacman.conf" -D "${install_dir}" -p "prebootloader refind-efi" install + setarch ${arch} mkarchiso ${verbose} -w "${work_dir}/${arch}" -C "${work_dir}/pacman.conf" -D "${install_dir}" -p "prebootloader" install } # Copy mkinitcpio archiso hooks and build initramfs (airootfs) diff --git a/configs/releng/packages.both b/configs/releng/packages.both index e9c16b1..606edd1 100644 --- a/configs/releng/packages.both +++ b/configs/releng/packages.both @@ -41,6 +41,7 @@ parted partimage ppp pptpclient +refind-efi rfkill rp-pppoe rsync -- cgit v1.2.3-54-g00ecf