diff --git a/.gitignore b/.gitignore index c355fc2..1f5c87e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ pacman.conf pkgcache rootfs aab.conf +archlinux_base_* diff --git a/Makefile b/Makefile index 5488988..2a5f204 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ aab.conf: echo 'Version: $(VERSION)' >> aab.conf echo 'Section: system' >> aab.conf echo 'Maintainer: Proxmox Support Team ' >> aab.conf - echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf + echo 'Source: https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch' >> aab.conf echo 'Architecture: $(ARCH)' >> aab.conf echo 'Description: ArchLinux base image.' >> aab.conf echo " ArchLinux template with the 'base' group and the 'openssh' package installed." >> aab.conf