From 965ee5838207938c80563879afb6bb5fc7b80583 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 2 Sep 2014 15:20:33 +0100 Subject: Update chef system --- chef-system-x86_32-container.morph | 28 ---------------------------- chef-system-x86_64-container.morph | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 chef-system-x86_32-container.morph create mode 100644 chef-system-x86_64-container.morph diff --git a/chef-system-x86_32-container.morph b/chef-system-x86_32-container.morph deleted file mode 100644 index 084d8f5a..00000000 --- a/chef-system-x86_32-container.morph +++ /dev/null @@ -1,28 +0,0 @@ -name: chef-system-x86_32-container -kind: system -arch: x86_32 -description: Minimal chef system suitable for running in a container -configuration-extensions: -- set-hostname -- simple-network -- nfsboot -- install-files -- busybox-init -- remove-gcc -strata: -- morph: build-essential - artifacts: - - build-essential-minimal -- morph: core - artifacts: - - core-openssl -- morph: foundation - artifacts: - - foundation-runtime -- morph: ruby - artifacts: - - ruby-runtime -- name: chef - morph: chef/chef.morph - artifacts: - - chef-runtime diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph new file mode 100644 index 00000000..c54a6abf --- /dev/null +++ b/chef-system-x86_64-container.morph @@ -0,0 +1,28 @@ +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: +- morph: strata/build-essential.morph + artifacts: + - build-essential-minimal +- morph: strata/core.morph + artifacts: + - core-openssl +- morph: strata/foundation.morph + artifacts: + - foundation-runtime +- morph: strata/ruby.morph + artifacts: + - ruby-runtime +- name: chef + morph: strata/chef.morph + artifacts: + - chef-runtime -- cgit v1.2.1