From df93289b73c87f290a884ea6fa955a49cc0f8a9d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Tue, 28 Jul 2020 11:50:25 +0300 Subject: Install all packages in one go and don't copy pacman.conf to airootfs configs/{baseline,releng}/build.sh: Copy custom files to airootfs before installing packages. Instead of calling `mkarchiso init`, list all required packages in packages.x86_64 and install them all at once with `mkarchiso install`. The mkdir command which `mkarchiso init` performs is now done by make_custom_airootfs. configs/releng/build.sh: Don't copy configs/releng/pacman.conf to airootfs, it is only meant to provide a unmodified pacman.conf durring pacstrap. In airootfs, an unmodified /etc/pacman.conf will be installed with the pacman package. --- configs/releng/packages.x86_64 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng/packages.x86_64') diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 78afccf..1cfd724 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -1,6 +1,7 @@ amd-ucode arch-install-scripts b43-fwcutter +base bind-tools broadcom-wl btrfs-progs @@ -72,6 +73,7 @@ sdparm sg3_utils smartmontools sudo +syslinux systemd-resolvconf tcpdump terminus-font -- cgit v1.2.3-54-g00ecf