]> git.proxmox.com Git - aab.git/commitdiff
set Section to 'system'
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Aug 2015 09:23:59 +0000 (11:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Aug 2015 09:23:59 +0000 (11:23 +0200)
Makefile

index 5d7b90f355f3f0dd3148cf71d9c86fe0f411179c..022919114b4d591ea622ea237fa3c8131a4b185b 100644 (file)
--- 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 <support@proxmox.com>' >> aab.conf
        echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf