From 8601b971af4604e106c46348e26c5b08a18de04d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 17 Jan 2009 19:09:55 -0600 Subject: Use pacman to download core packages This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin --- configs/install-iso/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/install-iso/Makefile') 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: -- cgit v1.2.3-70-g09d2