From a20c894b8ebe66119f6e15f2b86a6942a5a94d94 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 15 Feb 2018 13:16:32 +0100 Subject: [PATCH] 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 --- devuan-1.0-standard-64/Makefile | 21 +++++++++++++++++++++ devuan-1.0-standard-64/dab.conf | 13 +++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 devuan-1.0-standard-64/Makefile create mode 100644 devuan-1.0-standard-64/dab.conf 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. -- 2.39.2