rename template to archlinux-base
This commit is contained in:
parent
4eaaed9158
commit
7715f2d4e1
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ default: base-x86_64
|
||||||
# we should always regenerate this:
|
# we should always regenerate this:
|
||||||
.PHONY: aab.conf aab.conf.x86_64 aab.conf.i686
|
.PHONY: aab.conf aab.conf.x86_64 aab.conf.i686
|
||||||
aab.conf:
|
aab.conf:
|
||||||
echo 'Name: base' > aab.conf
|
echo 'Name: archlinux-base' > aab.conf
|
||||||
echo 'Version: $(VERSION)' >> aab.conf
|
echo 'Version: $(VERSION)' >> aab.conf
|
||||||
echo 'Section: optional' >> aab.conf
|
echo 'Section: optional' >> aab.conf
|
||||||
echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> aab.conf
|
echo 'Maintainer: Proxmox Support Team <support@proxmox.com>' >> aab.conf
|
||||||
|
|
Loading…
Reference in New Issue