From 48fffd85a80cc5577829ba5a50be012642d61b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 23 Aug 2015 22:04:04 +0100 Subject: Add XFCE cluster Change-Id: I99c834e26b3e34b924b73eaef2e2b1822fcc8ead --- clusters/xfce-system-x86_64-deploy.morph | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clusters/xfce-system-x86_64-deploy.morph 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 -- cgit v1.2.1