[configs/releng] refind-efi is not used for ISO build, move to packages
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
This commit is contained in:
parent
6004782c21
commit
f1a445ad4e
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ make_packages() {
|
||||||
|
|
||||||
# Needed packages for x86_64 EFI boot
|
# Needed packages for x86_64 EFI boot
|
||||||
make_packages_efi() {
|
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)
|
# Copy mkinitcpio archiso hooks and build initramfs (airootfs)
|
||||||
|
|
|
@ -41,6 +41,7 @@ parted
|
||||||
partimage
|
partimage
|
||||||
ppp
|
ppp
|
||||||
pptpclient
|
pptpclient
|
||||||
|
refind-efi
|
||||||
rfkill
|
rfkill
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
rsync
|
rsync
|
||||||
|
|
Loading…
Add table
Reference in a new issue