summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-08-23 22:04:04 +0100
committerJavier Jardón <jjardon@gnome.org>2015-08-23 22:33:51 +0100
commit48fffd85a80cc5577829ba5a50be012642d61b06 (patch)
treeebbea7bb05388005ae17bb2561c55bdc9e38fbd8
parent49884dab8718bd05f37b903ca70fb7a45efd511d (diff)
downloaddefinitions-48fffd85a80cc5577829ba5a50be012642d61b06.tar.gz
Add XFCE cluster
Change-Id: I99c834e26b3e34b924b73eaef2e2b1822fcc8ead
-rw-r--r--clusters/xfce-system-x86_64-deploy.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/clusters/xfce-system-x86_64-deploy.morph b/clusters/xfce-system-x86_64-deploy.morph
new file mode 100644
index 00000000..e8bfe1e9
--- /dev/null
+++ b/clusters/xfce-system-x86_64-deploy.morph
@@ -0,0 +1,23 @@
+name: xfce-system-x86_64-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-x86_64.morph
+ deploy:
+ xfce-system-x86_64:
+ type: extensions/rawdisk
+ location: /xfce-system-x86_64.img
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: extensions/initramfs
+ location: boot/initramfs.gz