Ignore the LXC image that has been created. Change the mirror used to download the packages

This commit is contained in:
null31 2025-01-06 20:48:13 +01:00
parent da8672e606
commit 3a83e3e65d
Signed by: null31
GPG Key ID: CAB4CF4EE49720FF
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ pacman.conf
pkgcache
rootfs
aab.conf
archlinux_base_*

View File

@ -16,7 +16,7 @@ aab.conf:
echo 'Version: $(VERSION)' >> aab.conf
echo 'Section: system' >> aab.conf
echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> 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