summaryrefslogtreecommitdiff
path: root/clusters/minimal-system-deploy-ostree.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/minimal-system-deploy-ostree.morph')
-rw-r--r--clusters/minimal-system-deploy-ostree.morph22
1 files changed, 0 insertions, 22 deletions
diff --git a/clusters/minimal-system-deploy-ostree.morph b/clusters/minimal-system-deploy-ostree.morph
deleted file mode 100644
index c0f4ed7c..00000000
--- a/clusters/minimal-system-deploy-ostree.morph
+++ /dev/null
@@ -1,22 +0,0 @@
-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