From acd17bb70766a492069aed8af24599080831ba52 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 24 Jun 2015 17:04:02 +0200 Subject: [PATCH] add ubuntu 15.04 (vivid) amd64 template --- ubuntu-vivid-standard-64/Makefile | 21 +++++++++++++++++++++ ubuntu-vivid-standard-64/dab.conf | 13 +++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 ubuntu-vivid-standard-64/Makefile create mode 100644 ubuntu-vivid-standard-64/dab.conf diff --git a/ubuntu-vivid-standard-64/Makefile b/ubuntu-vivid-standard-64/Makefile new file mode 100644 index 0000000..c1fa802 --- /dev/null +++ b/ubuntu-vivid-standard-64/Makefile @@ -0,0 +1,21 @@ + + +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-vivid-standard-64/dab.conf b/ubuntu-vivid-standard-64/dab.conf new file mode 100644 index 0000000..fe8c620 --- /dev/null +++ b/ubuntu-vivid-standard-64/dab.conf @@ -0,0 +1,13 @@ +Suite: vivid +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-15.04-standard +Version: 15.04-1 +Section: system +Maintainer: Proxmox Support Team +Infopage: http://pve.proxmox.com/wiki/Ubuntu_Vivid_Standard +Description: Ubuntu Vivid (standard) + A small Ubuntu Vivid system including all standard packages. -- 2.39.2