]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
add debian 10
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Sep 2019 05:51:54 +0000 (07:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Sep 2019 05:52:10 +0000 (07:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian-10.0-standard-64/Makefile [new file with mode: 0644]
debian-10.0-standard-64/dab.conf [new file with mode: 0644]

diff --git a/debian-10.0-standard-64/Makefile b/debian-10.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/debian-10.0-standard-64/dab.conf b/debian-10.0-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..f2958df
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: buster
+CacheDir: ../cache
+#Source: http://ftp.debian.org/debian SUITE main contrib
+#Source: http://ftp.debian.org/debian SUITE-updates main contrib
+#Source: http://security.debian.org SUITE/updates main contrib
+Architecture: amd64
+Name: debian-10.0-standard
+Version: 10.0-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Debian_10.0_Standard
+Description: Debian 10.0 (standard)
+ A small Debian Buster system including all standard packages.