]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
add ubuntu 14.04 (trusty) and 12.04 (precise) amd64 templates
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jun 2015 15:49:39 +0000 (17:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Jun 2015 08:35:25 +0000 (10:35 +0200)
ubuntu-precise-standard-64/Makefile [new file with mode: 0644]
ubuntu-precise-standard-64/dab.conf [new file with mode: 0644]
ubuntu-trusty-standard-64/Makefile [new file with mode: 0644]
ubuntu-trusty-standard-64/dab.conf [new file with mode: 0644]

diff --git a/ubuntu-precise-standard-64/Makefile b/ubuntu-precise-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/ubuntu-precise-standard-64/dab.conf b/ubuntu-precise-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..9be54b0
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: precise
+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-12.04-standard
+Version: 12.04-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Precise_Standard
+Description: Ubuntu Precise (standard)
+ A small Ubuntu Precise system including all standard packages.
diff --git a/ubuntu-trusty-standard-64/Makefile b/ubuntu-trusty-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/ubuntu-trusty-standard-64/dab.conf b/ubuntu-trusty-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..d24a3a6
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: trusty
+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-14.04-standard
+Version: 14.04-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Ubuntu_Trusty_Standard
+Description: Ubuntu Trusty (standard)
+ A small Ubuntu Trusty system including all standard packages.