summaryrefslogtreecommitdiff
path: root/configs/install-iso/Makefile
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-01-17 19:09:55 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2009-01-17 19:09:55 -0600
commit8601b971af4604e106c46348e26c5b08a18de04d (patch)
treea6435837289ae856e3cf54a0d60c807d7033f651 /configs/install-iso/Makefile
parentcbe1a140500b0385faba12caf79b655795e546a2 (diff)
Use pacman to download core packages
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/Makefile')
-rw-r--r--configs/install-iso/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/install-iso/Makefile b/configs/install-iso/Makefile
index 7f98605..4d867cb 100644
--- a/configs/install-iso/Makefile
+++ b/configs/install-iso/Makefile
@@ -1,5 +1,5 @@
-ver=2008.12
-kver=2.6.27-ARCH
+ver=2009.01
+kver=2.6.28-ARCH
WORKDIR=work
@@ -47,7 +47,7 @@ base-iso: root-image
core-pkgs: base-iso
mkdir $(WORKDIR)/core-pkgs/
- wget --mirror -P $(WORKDIR)/core-pkgs -nH --cut-dirs=3 ftp://ftp.archlinux.org/core/os/$(ARCH)
+ ./download-repo.sh core "$(WORKDIR)/core-pkgs"
# Bootloaders
grub-gfx: