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