summaryrefslogtreecommitdiff
path: root/configs/install-iso/Makefile
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 17:59:22 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 17:59:22 -0600
commit7b2dea215ed5a1a088c5cc5f40358094906a3487 (patch)
treedc88fee183cd94efd57f7db49d1f3550251638de /configs/install-iso/Makefile
parent38484ad76dc5e5459ccd1834dcc78f9152e7c9e8 (diff)
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/Makefile')
-rw-r--r--configs/install-iso/Makefile1
1 files changed, 1 insertions, 0 deletions
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)