index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2018-06-28 00:40:13 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2018-06-28 00:40:13 -0300 |
commit | fd228a9a440eae5692a99fa289c654f68a056be0 (patch) | |
tree | 9dc3cecb7cef93f4af3d7f2c588abb64b52a6033 /configs/releng/build.sh | |
parent | 8f0ed7a69c8640eb74cd4db923c306f252a12ffe (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 595bfa2..180fa94 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -97,6 +97,8 @@ make_setup_mkinitcpio() { make_customize_airootfs() { cp -af ${script_path}/airootfs ${work_dir}/x86_64 + cp ${script_path}/pacman.conf ${work_dir}/x86_64/airootfs/etc + curl -o ${work_dir}/x86_64/airootfs/etc/pacman.d/mirrorlist 'https://www.archlinux.org/mirrorlist/?country=all&protocol=http&use_mirror_status=on' lynx -dump -nolist 'https://wiki.archlinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/x86_64/airootfs/root/install.txt |