summaryrefslogtreecommitdiff
path: root/clusters/minimal-system-deploy-ostree.morph
blob: c0f4ed7c1800a18aa1faeea762aa3c13c6077555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: minimal-system-deploy-ostree
kind: cluster
description: |
  Example of deploying a minimal system to a local OSTree repo.
systems:
- morph: systems/minimal-system-x86_64-generic.morph
  deploy:
    minimal-system:
      type: extensions/ostree

      # This is the default location for the repo on systems that were
      # *deployed* with OSTree. You can use any repo created with `ostree init`
      # here for testing purposes.
      location: /ostree/repo

      OSTREE_BRANCH: minimal-system-x86_64
      OSTREE_COMMIT_SUBJECT: Example deployment of minimal-system-x86_64

      STRIP_DEVICE_NODES: true

      HOSTNAME: tiny-x86_64
      INIT_SYSTEM: busybox