From: Dietmar Maurer Date: Mon, 23 Apr 2018 08:55:51 +0000 (+0200) Subject: add Ubuntu 18.04 template X-Git-Url: https://git.proxmox.com/?p=dab-pve-appliances.git;a=commitdiff_plain;h=ead70c89e1669257488ad45d81d0f8a625d2c689 add Ubuntu 18.04 template --- diff --git a/ubuntu-bionic-standard-64/Makefile b/ubuntu-bionic-standard-64/Makefile new file mode 100644 index 0000000..26fffb0 --- /dev/null +++ b/ubuntu-bionic-standard-64/Makefile @@ -0,0 +1,19 @@ +BASEDIR:=$(shell dab basedir) + +all: info/init_ok + dab bootstrap + dab finalize + +info/init_ok: dab.conf + dab init + touch $@ + +.PHONY: clean +clean: + dab clean + rm -f *~ + +.PHONY: dist-clean +dist-clean: + dab dist-clean + rm -f *~ diff --git a/ubuntu-bionic-standard-64/dab.conf b/ubuntu-bionic-standard-64/dab.conf new file mode 100644 index 0000000..d878c05 --- /dev/null +++ b/ubuntu-bionic-standard-64/dab.conf @@ -0,0 +1,13 @@ +Suite: bionic +CacheDir: ../cache +#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse +#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse +#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse +Architecture: amd64 +Name: ubuntu-18.04-standard +Version: 18.04-1 +Section: system +Maintainer: Proxmox Support Team +Infopage: http://pve.proxmox.com/wiki/Ubuntu_Bionic_Standard +Description: Ubuntu Bionic (standard) + A small Ubuntu Bionic system including all standard packages.