From: Dietmar Maurer Date: Sat, 29 Aug 2015 09:23:59 +0000 (+0200) Subject: set Section to 'system' X-Git-Url: https://git.proxmox.com/?p=aab.git;a=commitdiff_plain;h=da8dfe0b9576cef4fd88750e506430423e7a901e set Section to 'system' --- diff --git a/Makefile b/Makefile index 5d7b90f..0229191 100644 --- a/Makefile +++ b/Makefile @@ -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 ' >> aab.conf echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf