From: Thomas Lamprecht Date: Wed, 17 Oct 2018 09:10:20 +0000 (+0200) Subject: add Ubuntu 18.10 Cosmic template X-Git-Url: https://git.proxmox.com/?p=dab-pve-appliances.git;a=commitdiff_plain;h=fa3b8a247d7398d80154c9dd1c3b7c0c2dc05ad8 add Ubuntu 18.10 Cosmic template based off the Bionic appliance config Signed-off-by: Thomas Lamprecht --- diff --git a/ubuntu-cosmic-standard-64/Makefile b/ubuntu-cosmic-standard-64/Makefile new file mode 100644 index 0000000..26fffb0 --- /dev/null +++ b/ubuntu-cosmic-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-cosmic-standard-64/dab.conf b/ubuntu-cosmic-standard-64/dab.conf new file mode 100644 index 0000000..3deeb2f --- /dev/null +++ b/ubuntu-cosmic-standard-64/dab.conf @@ -0,0 +1,13 @@ +Suite: cosmic +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.10-standard +Version: 18.10-1 +Section: system +Maintainer: Proxmox Support Team +Infopage: http://pve.proxmox.com/wiki/Ubuntu_Cosmic_Standard +Description: Ubuntu Cosmic (standard) + A small Ubuntu Cosmic system including all standard packages.