summaryrefslogtreecommitdiff
path: root/minimal-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-26 15:15:26 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-26 17:21:55 +0000
commite7ee5df7f5b3297a31e9814bde46ede032f98bf2 (patch)
tree86bd5de2125cb044a0c70366e54d8cfa8587f5a7 /minimal-system-x86_32-generic.morph
parent6f9c1a7e1de3697eb72f8829bb31302bbf486c71 (diff)
downloaddefinitions-e7ee5df7f5b3297a31e9814bde46ede032f98bf2.tar.gz
This minimal system is smaller than base, consisting of little more than busybox, its dependent libraries and a kernel built with tools that don't make it into the final system.
Diffstat (limited to 'minimal-system-x86_32-generic.morph')
-rw-r--r--minimal-system-x86_32-generic.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/minimal-system-x86_32-generic.morph b/minimal-system-x86_32-generic.morph
new file mode 100644
index 00000000..f8e5d198
--- /dev/null
+++ b/minimal-system-x86_32-generic.morph
@@ -0,0 +1,15 @@
+arch: x86_32
+configuration-extensions:
+- set-hostname
+- simple-network
+- nfsboot
+- install-files
+description: The set of strata required to have a minimal system for a 32-bit x86
+ system.
+kind: system
+name: minimal-system-x86_32-generic
+strata:
+- morph: build-essential
+ artifacts:
+ - build-essential-minimal
+- morph: bsp-x86_32-generic