]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
add Devuan 3 Beowulf template
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Dec 2020 08:51:51 +0000 (09:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Dec 2020 08:51:51 +0000 (09:51 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
devuan-3.0-standard-64/Makefile [new file with mode: 0644]
devuan-3.0-standard-64/dab.conf [new file with mode: 0644]

diff --git a/devuan-3.0-standard-64/Makefile b/devuan-3.0-standard-64/Makefile
new file mode 100644 (file)
index 0000000..eee8103
--- /dev/null
@@ -0,0 +1,22 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap --minimal
+       dab install devuan-keyring
+       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-3.0-standard-64/dab.conf b/devuan-3.0-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..5a13e83
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: beowulf
+CacheDir: ../cache
+Source: http://deb.devuan.org/merged SUITE main contrib
+Source: http://deb.devuan.org/merged SUITE-updates main contrib
+Source: http://deb.devuan.org/merged SUITE-security main contrib
+Architecture: amd64
+Name: devuan-3.0-standard
+Version: 3.0
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: https://devuan.org
+Description: Devuan 3.0 (standard)
+ A small Devuan Beowulf system including a minimal set of essential packages.