From 046ddc2d8f90f738b6c39299471e923eb77f3d76 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 12 Nov 2021 16:05:52 +0100 Subject: [PATCH] ubuntu: add 21.10 impish template Signed-off-by: Thomas Lamprecht --- ubuntu-impish-standard-64/Makefile | 19 +++++++++++++++++++ ubuntu-impish-standard-64/dab.conf | 13 +++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 ubuntu-impish-standard-64/Makefile create mode 100644 ubuntu-impish-standard-64/dab.conf diff --git a/ubuntu-impish-standard-64/Makefile b/ubuntu-impish-standard-64/Makefile new file mode 100644 index 0000000..4ecaac9 --- /dev/null +++ b/ubuntu-impish-standard-64/Makefile @@ -0,0 +1,19 @@ +BASEDIR:=$(shell dab basedir) + +all: info/init_ok + dab bootstrap + dab finalize --compressor zstd-max + +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/ubuntu-impish-standard-64/dab.conf b/ubuntu-impish-standard-64/dab.conf new file mode 100644 index 0000000..35e4274 --- /dev/null +++ b/ubuntu-impish-standard-64/dab.conf @@ -0,0 +1,13 @@ +Suite: impish +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-21.10-standard +Version: 21.10-1 +Section: system +Maintainer: Proxmox Support Team +Infopage: http://pve.proxmox.com/wiki/Ubuntu_Impish_Standard +Description: Ubuntu 21.10 Impish (standard) + A small Ubuntu 21.10 Impish Indri system including all standard packages. -- 2.39.5