set Section to 'system'
This commit is contained in:
parent
b65bfe8c21
commit
da8dfe0b95
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ default: base-x86_64
|
||||||
aab.conf:
|
aab.conf:
|
||||||
echo 'Name: archlinux-base' > aab.conf
|
echo 'Name: archlinux-base' > aab.conf
|
||||||
echo 'Version: $(VERSION)' >> 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 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> aab.conf
|
||||||
echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf
|
echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue