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