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