From b304ef128ddb2a63eb7f6c60c8efe77621cef430 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 1 Jun 2015 13:55:30 +0000 Subject: Move chef-system-x86_64-container.morph into systems/ subdirectory --- chef-system-x86_64-container.morph | 32 ------------------------------ systems/chef-system-x86_64-container.morph | 32 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 chef-system-x86_64-container.morph create mode 100644 systems/chef-system-x86_64-container.morph diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph deleted file mode 100644 index 3e81c73e..00000000 --- a/chef-system-x86_64-container.morph +++ /dev/null @@ -1,32 +0,0 @@ -name: chef-system-x86_64-container -kind: system -arch: x86_64 -description: Minimal chef system suitable for running in a container -configuration-extensions: -- set-hostname -- simple-network -- nfsboot -- install-files -- busybox-init -- remove-gcc -strata: -- name: build-essential - morph: strata/build-essential.morph - artifacts: - - build-essential-minimal -- name: core - morph: strata/core.morph - artifacts: - - core-openssl -- name: foundation - morph: strata/foundation.morph - artifacts: - - foundation-runtime -- name: ruby - morph: strata/ruby.morph - artifacts: - - ruby-runtime -- name: chef - morph: strata/chef.morph - artifacts: - - chef-runtime diff --git a/systems/chef-system-x86_64-container.morph b/systems/chef-system-x86_64-container.morph new file mode 100644 index 00000000..3e81c73e --- /dev/null +++ b/systems/chef-system-x86_64-container.morph @@ -0,0 +1,32 @@ +name: chef-system-x86_64-container +kind: system +arch: x86_64 +description: Minimal chef system suitable for running in a container +configuration-extensions: +- set-hostname +- simple-network +- nfsboot +- install-files +- busybox-init +- remove-gcc +strata: +- name: build-essential + morph: strata/build-essential.morph + artifacts: + - build-essential-minimal +- name: core + morph: strata/core.morph + artifacts: + - core-openssl +- name: foundation + morph: strata/foundation.morph + artifacts: + - foundation-runtime +- name: ruby + morph: strata/ruby.morph + artifacts: + - ruby-runtime +- name: chef + morph: strata/chef.morph + artifacts: + - chef-runtime -- cgit v1.2.1