From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- systems/minimal-system-x86_64-generic.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 systems/minimal-system-x86_64-generic.morph (limited to 'systems/minimal-system-x86_64-generic.morph') diff --git a/systems/minimal-system-x86_64-generic.morph b/systems/minimal-system-x86_64-generic.morph new file mode 100644 index 00000000..02fb7deb --- /dev/null +++ b/systems/minimal-system-x86_64-generic.morph @@ -0,0 +1,20 @@ +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: +- set-hostname +- simple-network +- nfsboot +- install-files +- busybox-init -- cgit v1.2.1