index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-04 21:04:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-04 21:04:11 +0200 |
commit | b4346daf8920e4d51afa96419dd87c94ff3d6fb8 (patch) | |
tree | 0307d8d34257c1cea3e48c58b5494f9797cddc1b /configs/releng/build.sh | |
parent | 812f73ce01a8c4f61f0e3569705ace8b0201e62f (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 31323ec..b6d3d5d 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -99,7 +99,7 @@ make_setup_mkinitcpio() { make_customize_airootfs() { cp -af ${script_path}/airootfs ${work_dir}/${arch} - curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist' + curl -o ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist 'https://git.archlinux32.org/archlinux32/packages/raw/branch/master/core/pacman-mirrorlist/mirrorlist' lynx -dump -nolist 'https://wiki.archlinux.org/index.php/Installation_Guide?action=render' >> ${work_dir}/${arch}/airootfs/root/install.txt |