blob: b3015ff2809ee4bdada880bf46fefea074b57cca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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: extensions/rawdisk
location: /gnome-system-x86_64.img
DISK_SIZE: 7G
INSTALL_FILES: install-files/gnome/manifest
KERNEL_ARGS: vga=788
INITRAMFS_PATH: boot/initramfs.gz
subsystems:
- morph: systems/initramfs-x86_64.morph
deploy:
initramfs:
type: initramfs
location: boot/initramfs.gz
|