From f9d518fb87468620c51d86de29fa5b17a8e5abb4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 28 Aug 2014 10:27:49 +0000 Subject: Add a 64-bit system --- chef-system-x86_64-container.morph | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 chef-system-x86_64-container.morph diff --git a/chef-system-x86_64-container.morph b/chef-system-x86_64-container.morph new file mode 100644 index 00000000..012d1497 --- /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: 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 -- cgit v1.2.1