summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-24 13:13:39 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-24 13:13:39 +0000
commit343da034d5430290503ee4fcb1369fc20b9a2d7d (patch)
treeb26c2aeadc532f61a103c7c6b85c05b8f6da53c8
parent9fbfadd015dc48a0bceead8cbcddf0f729376d83 (diff)
downloaddefinitions-baserock/pedroalvarez/release-cloud-artifacts.tar.gz
- Generic Trove - Devel system
-rw-r--r--release.morph31
1 files changed, 31 insertions, 0 deletions
diff --git a/release.morph b/release.morph
index b24ad271..083cefa7 100644
--- a/release.morph
+++ b/release.morph
@@ -48,3 +48,34 @@ systems:
location: genivi-baseline-system-armv7lhf-versatile.img
DISK_SIZE: 4G
KERNEL_ARGS: vga=788
+- morph: devel-system-x86_64-generic
+ deploy:
+ cloud-devel-system-x86_64-generic:
+ type: rawdisk
+ location: cloud-devel-system-x86_64-generic.img
+ DISK_SIZE: 4G
+ INITRAMFS_PATH: boot/initramfs.gz
+ CLOUD_INIT: yes
+ KERNEL_ARGS: console=tty0 console=ttyS0
+ subsystems:
+ - morph: initramfs-x86_64
+ deploy:
+ cloud-devel-system-x86_64-generic-initramfs:
+ type: initramfs
+ location: boot/initramfs.gz
+- morph: trove-system-x86_64
+ deploy:
+ cloud-trove-system-x86_64:
+ type: rawdisk
+ location: cloud-trove-system-x86_64.img
+ DISK_SIZE: 4G
+ TROVE_GENERIC: yes
+ INITRAMFS_PATH: boot/initramfs.gz
+ CLOUD_INIT: yes
+ KERNEL_ARGS: console=tty0 console=ttyS0
+ subsystems:
+ - morph: initramfs-x86_64
+ deploy:
+ cloud-trove-system-x86_64-initramfs:
+ type: initramfs
+ location: boot/initramfs.gz