summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-05-09 11:58:10 +0100
committerJavier Jardón <jjardon@gnome.org>2016-05-11 04:23:38 +0000
commit6ba6bd697e4f9e50185022f01f3c519f5408ed2e (patch)
treeb223049c23ce3d1e12e5c4cbb779751b75020448
parent405b92d75d3e61472f3736f538e7bf8037467879 (diff)
downloaddefinitions-6ba6bd697e4f9e50185022f01f3c519f5408ed2e.tar.gz
Add clusters/ivi-system-x86_32-deploy.morph
Change-Id: I61fe44a481d23034e2788737113e7f2b3e23f998
-rw-r--r--clusters/ivi-system-x86_32-deploy.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/clusters/ivi-system-x86_32-deploy.morph b/clusters/ivi-system-x86_32-deploy.morph
new file mode 100644
index 00000000..90ce4940
--- /dev/null
+++ b/clusters/ivi-system-x86_32-deploy.morph
@@ -0,0 +1,24 @@
+name: ivi-system-x86_32-deploy
+kind: cluster
+description: |
+ Deploy a stock IVI system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/ivi-system-x86_32.morph
+ deploy:
+ ivi-system-x86_32:
+ type: extensions/rawdisk
+ location: /ivi-system-x86_32.img
+ HOSTNAME: ivi-system-x86-32
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_32.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz