summaryrefslogtreecommitdiff
path: root/clusters/weston-system-deploy.morph.in
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/weston-system-deploy.morph.in')
-rw-r--r--clusters/weston-system-deploy.morph.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/clusters/weston-system-deploy.morph.in b/clusters/weston-system-deploy.morph.in
new file mode 100644
index 00000000..09f35a6d
--- /dev/null
+++ b/clusters/weston-system-deploy.morph.in
@@ -0,0 +1,23 @@
+name: weston-system-deploy
+kind: cluster
+description: |
+ Deploy a stock weston system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/weston-system.{{CONFIG}}.morph
+ deploy:
+ weston-system:
+ type: extensions/rawdisk
+ location: /weston-system.img
+ DISK_SIZE: 4G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs.{{CONFIG}}.morph
+ deploy:
+ initramfs:
+ type: extensions/initramfs
+ location: boot/initramfs.gz