summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clusters/weston-system-x86_64-generic-deploy.morph13
1 files changed, 12 insertions, 1 deletions
diff --git a/clusters/weston-system-x86_64-generic-deploy.morph b/clusters/weston-system-x86_64-generic-deploy.morph
index ac63a93a..3a6f29ef 100644
--- a/clusters/weston-system-x86_64-generic-deploy.morph
+++ b/clusters/weston-system-x86_64-generic-deploy.morph
@@ -1,7 +1,11 @@
-name: release
+name: weston-system-x86_64-generic-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-x86_64-generic.morph
deploy:
@@ -10,3 +14,10 @@ systems:
location: /weston-system-x86_64-generic.img
DISK_SIZE: 4G
KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz