From 343da034d5430290503ee4fcb1369fc20b9a2d7d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 24 Jul 2014 13:13:39 +0000 Subject: Release images for the cloud - Generic Trove - Devel system --- release.morph | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 -- cgit v1.2.1