summaryrefslogtreecommitdiff
path: root/clusters/weston-system-deploy.morph.in
blob: 09f35a6d6caf65717d845ff5f6b36efe30141f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: weston-system-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/weston-system.{{CONFIG}}.morph
  deploy:
    weston-system:
      type: extensions/rawdisk
      location: /weston-system.img
      DISK_SIZE: 4G
      KERNEL_ARGS: vga=788
      INITRAMFS_PATH: boot/initramfs.gz
  subsystems:
  - morph: systems/initramfs.{{CONFIG}}.morph
    deploy:
      initramfs:
        type: extensions/initramfs
        location: boot/initramfs.gz