index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-11-10 14:56:20 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-10 14:56:20 +0100 |
commit | 58ec4c7a561fae00a200d8b46d2ff0dea3e3f019 (patch) | |
tree | 3aea189d0f69b535a680e336436dff146823dbff | |
parent | da61c2378a4b0ff2d48d94d79558b78c0825f318 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 235b9c9..34c35e6 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -109,7 +109,7 @@ make_customize_airootfs() { cp ${script_path}/pacman.conf ${work_dir}/${arch}/airootfs/etc - curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist' + curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://archlinux32.org/mirrorlist/?country=all&protocol=http&protocol=https' lynx -dump -nolist 'https://wiki.archlinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/airootfs/root/install.txt |