Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
--- /dev/null
+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 *~
--- /dev/null
+Suite: artful
+CacheDir: ../cache
+#Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
+#Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
+Architecture: amd64
+Name: ubuntu-17.10-standard
+Version: 17.10-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Artful_Standard
+Description: Ubuntu Artful (standard)
+ A small Ubuntu Artful system including all standard packages.