From da307e45b8d14163ca80500430a2316fa4f6b22d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 6 Sep 2019 07:51:54 +0200 Subject: [PATCH] add debian 10 Signed-off-by: Thomas Lamprecht --- debian-10.0-standard-64/Makefile | 21 +++++++++++++++++++++ debian-10.0-standard-64/dab.conf | 13 +++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 debian-10.0-standard-64/Makefile create mode 100644 debian-10.0-standard-64/dab.conf diff --git a/debian-10.0-standard-64/Makefile b/debian-10.0-standard-64/Makefile new file mode 100644 index 0000000..c1fa802 --- /dev/null +++ b/debian-10.0-standard-64/Makefile @@ -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 index 0000000..f2958df --- /dev/null +++ b/debian-10.0-standard-64/dab.conf @@ -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 +Infopage: http://pve.proxmox.com/wiki/Debian_10.0_Standard +Description: Debian 10.0 (standard) + A small Debian Buster system including all standard packages. -- 2.39.5