From 188d82a8bef6c3178b41992df9cc3463e21752ee Mon Sep 17 00:00:00 2001 From: Tyler Dence Date: Wed, 11 Oct 2017 19:29:05 -0400 Subject: Write a mirrorlist32 file so that the ISO can build with the arch32 mirrors instead of mainline --- build-i686.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build-i686.sh') diff --git a/build-i686.sh b/build-i686.sh index 22c5550..da41d6d 100755 --- a/build-i686.sh +++ b/build-i686.sh @@ -52,11 +52,16 @@ then fi sudo pacman --noconfirm -Syu archiso32 +cat << "__ENDOFARCH32MIRRORLIST__" > /etc/pacman.d/mirrorlist32 +Server = https://32.arlm.tyzoid.com/$arch/$repo +Server = http://arch32.mirrors.simplysam.us/$arch/$repo +Server = https://mirror.archlinux32.org/$arch/$repo +__ENDOFARCH32MIRRORLIST__ __ENDOFPROVISION.SH__ vagrant up vagrant ssh -c "sudo reboot"; -vagrant ssh -c "sudo bash -c '/usr/share/archiso/configs/releng/build.sh'"; +vagrant ssh -c "sudo bash -c '/usr/share/archiso/configs/releng/build.sh -v'"; vagrant ssh-config > config.txt scp -rF config.txt default:/home/vagrant/out ../ -- cgit v1.2.3