[pve-devel] [PATCH aab] added description to aab.conf for aplinfo
Oguz Bektas
o.bektas at proxmox.com
Fri Sep 20 13:00:08 CEST 2019
On Fri, Sep 20, 2019 at 12:56:11PM +0200, Thomas Lamprecht wrote:
> On 20.09.19 12:53, Oguz Bektas wrote:
> > Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> > ---
> > Makefile | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Makefile b/Makefile
> > index 7712f6d..1fd888e 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -19,6 +19,7 @@ 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
>
> This obsoletes the "Headline" above, so why not remove that?
my bad, see v2
>
> >
> > .PHONY: base-$(ARCH)
> > base-$(ARCH): aab.conf archlinux-base_$(V_ARCH).tar.gz
> >
>
More information about the pve-devel
mailing list