Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
--- /dev/null
+
+
+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 *~
--- /dev/null
+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.