summaryrefslogtreecommitdiff
path: root/minimal-system-x86_32-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* Allow minimal systems to be bootableRichard Maw2014-03-271-0/+1
| | | | | | | | | | | 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.
* Define a minimal x86_32 systemRichard Maw2014-03-271-0/+18
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.