summaryrefslogtreecommitdiff
path: root/minimal-system-x86_32-generic.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-27 14:55:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-27 14:55:56 +0000
commit7b9c1858a458f1c6f1a1f1447c49f8615d385765 (patch)
tree171d2ceccfc621efb2fb62c268a0378f1483c1a0 /minimal-system-x86_32-generic.morph
parenta57d100a25d6e91266db9dfa6499c706169d1282 (diff)
downloaddefinitions-7b9c1858a458f1c6f1a1f1447c49f8615d385765.tar.gz
Allow minimal systems to be bootable
This adds a busybox-init.configure extension, which if INIT_SYSTEM=busybox is set, will configure it to boot with busybox. The existing minimal system has been changed to use the busybox-init configuration extension. minimal-system-deploy.morph has been added as an example, showing that INIT_SYSTEM: busybox needs to be set.
Diffstat (limited to 'minimal-system-x86_32-generic.morph')
-rw-r--r--minimal-system-x86_32-generic.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/minimal-system-x86_32-generic.morph b/minimal-system-x86_32-generic.morph
index 64c90228..b9e9b9e9 100644
--- a/minimal-system-x86_32-generic.morph
+++ b/minimal-system-x86_32-generic.morph
@@ -4,6 +4,7 @@ configuration-extensions:
- simple-network
- nfsboot
- install-files
+- busybox-init
description: The set of strata required to have a minimal system for a 32-bit x86
system.
kind: system