set Section to 'system'

This commit is contained in:
Dietmar Maurer 2015-08-29 11:23:59 +02:00
parent b65bfe8c21
commit da8dfe0b95
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ default: base-x86_64
aab.conf:
echo 'Name: archlinux-base' > aab.conf
echo 'Version: $(VERSION)' >> aab.conf
echo 'Section: optional' >> 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