From da8dfe0b9576cef4fd88750e506430423e7a901e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 29 Aug 2015 11:23:59 +0200 Subject: [PATCH] set Section to 'system' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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