From 3a83e3e65d52014a17ead4f3a1cb3b6c2bc9dfd5 Mon Sep 17 00:00:00 2001 From: null31 Date: Mon, 6 Jan 2025 20:48:13 +0100 Subject: [PATCH] Ignore the LXC image that has been created. Change the mirror used to download the packages --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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