summaryrefslogtreecommitdiff
path: root/clusters/initramfs-test.morph
blob: dd7d91e115f9aadc96dea9157c3f9cb0d134818b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: initramfs-test
kind: cluster
systems:
- morph: systems/base-system-x86_64-generic.morph
  deploy:
    system:
      type: extensions/rawdisk
      location: initramfs-system-x86_64.img
      DISK_SIZE: 1G
      HOSTNAME: initramfs-system
      INITRAMFS_PATH: boot/initramfs.gz
  subsystems:
  - morph: systems/initramfs-x86_64.morph
    deploy:
      initramfs:
        type: extensions/initramfs
        location: boot/initramfs.gz