From d153d6b29320ecb3971f268b950843a1f3adf167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 21 Sep 2015 09:28:01 +0100 Subject: Add GNOME cluster Change-Id: I38f06186224b009763d6a16f841ba58ae30d0190 --- clusters/gnome-system-x86_64-deploy.morph | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clusters/gnome-system-x86_64-deploy.morph diff --git a/clusters/gnome-system-x86_64-deploy.morph b/clusters/gnome-system-x86_64-deploy.morph new file mode 100644 index 00000000..195949dc --- /dev/null +++ b/clusters/gnome-system-x86_64-deploy.morph @@ -0,0 +1,23 @@ +name: gnome-system-x86_64-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/gnome-system-x86_64.morph + deploy: + gnome-system-x86_64: + type: rawdisk + location: /gnome-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: initramfs + location: boot/initramfs.gz -- cgit v1.2.1