From 896edd1a861e131b9ec5d5dddbb06725b1e07baf Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Fri, 20 Sep 2019 12:59:52 +0200 Subject: [PATCH] added description to aab.conf for aplinfo Signed-off-by: Oguz Bektas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7712f6d..80ba9b1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ aab.conf: echo 'Maintainer: Proxmox Support Team ' >> aab.conf echo 'Source: http://archlinux.cu.be/$$repo/os/$$arch' >> aab.conf echo 'Architecture: $(ARCH)' >> aab.conf - echo 'Headline: ArchLinux base image.' >> aab.conf + echo "Description: ArchLinux base image.\n ArchLinux template with the 'base' group and the 'openssh' package installed." >> aab.conf .PHONY: base-$(ARCH) base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz