[pve-devel] [PATCH dab-pve-appliances] close #1668: add Devuan Jessie template config
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Feb 15 13:16:32 CET 2018
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 <t.lamprecht at proxmox.com>
CC: Pasquale Fiorillo <info at pasqualefiorillo.it>
---
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 <info at pasqualefiorillo.it>
+Infopage: https://devuan.org
+Description: Devuan 1.0 (standard)
+ A small Devuan Jessie system including all standard packages.
--
2.14.2
More information about the pve-devel
mailing list