Ignore the LXC image that has been created. Change the mirror used to download the packages
This commit is contained in:
parent
da8672e606
commit
3a83e3e65d
|
@ -6,3 +6,4 @@ pacman.conf
|
|||
pkgcache
|
||||
rootfs
|
||||
aab.conf
|
||||
archlinux_base_*
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue