summaryrefslogtreecommitdiff
path: root/clusters/ivi-system-deploy.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/ivi-system-deploy.morph.in')
-rw-r--r--clusters/ivi-system-deploy.morph.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/clusters/ivi-system-deploy.morph.in b/clusters/ivi-system-deploy.morph.in
new file mode 100644
index 00000000..f5ed3340
--- /dev/null
+++ b/clusters/ivi-system-deploy.morph.in
@@ -0,0 +1,24 @@
+name: ivi-system-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.{{CONFIG}}.morph
+ deploy:
+ ivi-system-x86_64:
+ type: extensions/rawdisk
+ location: /ivi-system.img
+ HOSTNAME: ivi-system
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz