From 7b2dea215ed5a1a088c5cc5f40358094906a3487 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 24 Jan 2009 17:59:22 -0600 Subject: Change mirrorlist architecture on make The x86_64 images were installing i686 systems. This was due to the fact that the mirrorlist was in the overlay. A new devtools release (with the -n arg) will fix this when running mkarchroot. To be removed later Signed-off-by: Aaron Griffin --- configs/install-iso/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/install-iso/Makefile') diff --git a/configs/install-iso/Makefile b/configs/install-iso/Makefile index 2b6d7f3..20cb367 100644 --- a/configs/install-iso/Makefile +++ b/configs/install-iso/Makefile @@ -33,6 +33,7 @@ ftp-iso: overlay $(BOOTLOADER) overlay: base-iso cp -r overlay $(WORKDIR)/ + sed -i "s|@ARCH@|$(ARCH)|g" "$(WORKDIR)/overlay/etc/pacman.d/mirrorlist" root-image: mkarchiso -p $(PACKAGES) create $(WORKDIR) -- cgit v1.2.3-70-g09d2