[pve-devel] [PATCH dab-pve-appliances] add Ubuntu Disco
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Apr 26 12:44:13 CEST 2019
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
as of now, available through our appliance download infrastructure:
# pveam update
# pveam download <STORAGE> ubuntu-19.04-standard_19.04-1_amd64.tar.gz
ubuntu-disco-standard-64/Makefile | 19 +++++++++++++++++++
ubuntu-disco-standard-64/dab.conf | 13 +++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 ubuntu-disco-standard-64/Makefile
create mode 100644 ubuntu-disco-standard-64/dab.conf
diff --git a/ubuntu-disco-standard-64/Makefile b/ubuntu-disco-standard-64/Makefile
new file mode 100644
index 0000000..26fffb0
--- /dev/null
+++ b/ubuntu-disco-standard-64/Makefile
@@ -0,0 +1,19 @@
+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/ubuntu-disco-standard-64/dab.conf b/ubuntu-disco-standard-64/dab.conf
new file mode 100644
index 0000000..eb1ddd7
--- /dev/null
+++ b/ubuntu-disco-standard-64/dab.conf
@@ -0,0 +1,13 @@
+Suite: disco
+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-19.04-standard
+Version: 19.04-1
+Section: system
+Maintainer: Proxmox Support Team <support at proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Disco_Standard
+Description: Ubuntu Disco (standard)
+ A small Ubuntu Disco system including all standard packages.
--
2.20.1
More information about the pve-devel
mailing list