From: Thomas Lamprecht Date: Thu, 15 Feb 2018 12:16:32 +0000 (+0100) Subject: close #1668: add Devuan Jessie template config X-Git-Url: https://git.proxmox.com/?p=dab-pve-appliances.git;a=commitdiff_plain;h=a20c894b8ebe66119f6e15f2b86a6942a5a94d94 close #1668: add Devuan Jessie template config Based on: https://github.com/siddolo/pve-devuan-appliances/blob/master/devuan-1.0-standard-64/dab.conf Changed the suite to devuan-jessie, as else we cannot distinguish it from the Debian Jessie one. Signed-off-by: Thomas Lamprecht CC: Pasquale Fiorillo --- diff --git a/devuan-1.0-standard-64/Makefile b/devuan-1.0-standard-64/Makefile new file mode 100644 index 0000000..c1fa802 --- /dev/null +++ b/devuan-1.0-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/devuan-1.0-standard-64/dab.conf b/devuan-1.0-standard-64/dab.conf new file mode 100644 index 0000000..b2c2ef7 --- /dev/null +++ b/devuan-1.0-standard-64/dab.conf @@ -0,0 +1,13 @@ +Suite: devuan-jessie +CacheDir: ../cache +Source: http://auto.mirror.devuan.org/merged SUITE main contrib +Source: http://auto.mirror.devuan.org/merged SUITE-updates main contrib +Source: http://auto.mirror.devuan.org/merged SUITE-security main contrib +Architecture: amd64 +Name: devuan-1.0-standard +Version: 1.0 +Section: system +Maintainer: Pasquale Fiorillo +Infopage: https://devuan.org +Description: Devuan 1.0 (standard) + A small Devuan Jessie system including all standard packages.