diff options
author | nl6720 <nl6720@gmail.com> | 2020-07-28 11:50:25 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-07-28 11:50:25 +0300 |
commit | df93289b73c87f290a884ea6fa955a49cc0f8a9d (patch) | |
tree | 761acf681ad96a2e8e1e990e19ca9ea11010123a /scripts | |
parent | c54a41fb3db67e9ec1c614476193e905e2ebafdc (diff) | |
download | archiso32-df93289b73c87f290a884ea6fa955a49cc0f8a9d.tar.xz |
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.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions