summaryrefslogtreecommitdiff
path: root/baserock/systems/minimal-system-x86_64-generic.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-25 08:47:49 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-09-26 08:27:41 +0100
commit3a2f641e4e70e76ffa77629c6208970c1a7af667 (patch)
treee6635788976c616017c05b5ea93432f9b2dc769e /baserock/systems/minimal-system-x86_64-generic.morph
parentc844667a718e8640d9ae2b7640a3b0dc0fb53b0e (diff)
downloaddefinitions-baserock/ps/reorganise-definitions.tar.gz
Proposed re-org of definitions repobaserock/ps/reorganise-definitions
Diffstat (limited to 'baserock/systems/minimal-system-x86_64-generic.morph')
-rw-r--r--baserock/systems/minimal-system-x86_64-generic.morph21
1 files changed, 21 insertions, 0 deletions
diff --git a/baserock/systems/minimal-system-x86_64-generic.morph b/baserock/systems/minimal-system-x86_64-generic.morph
new file mode 100644
index 00000000..afd9460c
--- /dev/null
+++ b/baserock/systems/minimal-system-x86_64-generic.morph
@@ -0,0 +1,21 @@
+name: minimal-system-x86_64-generic
+kind: system
+description: The set of strata required to have a minimal system for a 64-bit x86
+ system.
+arch: x86_64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+ artifacts:
+ - build-essential-minimal
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+ artifacts:
+ - bsp-x86_64-generic-runtime
+configuration-extensions:
+- extensions/set-hostname
+- extensions/simple-network
+- extensions/nfsboot
+- extensions/install-files
+- extensions/busybox-init
+- extensions/install-essential-files