rename template to archlinux-base

This commit is contained in:
Dietmar Maurer 2015-08-29 11:12:02 +02:00
parent 4eaaed9158
commit 7715f2d4e1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ default: base-x86_64
# we should always regenerate this:
.PHONY: aab.conf aab.conf.x86_64 aab.conf.i686
aab.conf:
echo 'Name: base' > aab.conf
echo 'Name: archlinux-base' > aab.conf
echo 'Version: $(VERSION)' >> aab.conf
echo 'Section: optional' >> aab.conf
echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> aab.conf