]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
close #1668: add Devuan Jessie template config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Feb 2018 12:16:32 +0000 (13:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Feb 2018 05:13:36 +0000 (06:13 +0100)
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@proxmox.com>
CC: Pasquale Fiorillo <info@pasqualefiorillo.it>
devuan-1.0-standard-64/Makefile [new file with mode: 0644]
devuan-1.0-standard-64/dab.conf [new file with mode: 0644]

diff --git a/devuan-1.0-standard-64/Makefile b/devuan-1.0-standard-64/Makefile
new file mode 100644 (file)
index 0000000..c1fa802
--- /dev/null
@@ -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 (file)
index 0000000..b2c2ef7
--- /dev/null
@@ -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@pasqualefiorillo.it>
+Infopage: https://devuan.org
+Description: Devuan 1.0 (standard)
+ A small Devuan Jessie system including all standard packages.