From 36f7e4923ae5d03dd345d74f7fcade48c99a498d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 12 Oct 2016 08:24:16 +0000 Subject: Revert "Add ostree.write deployment extension" Deployment of the minimal system broke after applying this This reverts commit 5bca5fc3e8215601d1e2d33ce31f6a41c4bcfcc9. Change-Id: Ibbc7cd24e10adec207ccb9848985c301974dca6b --- clusters/minimal-system-deploy-ostree.morph | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 clusters/minimal-system-deploy-ostree.morph (limited to 'clusters') 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 -- cgit v1.2.1