summaryrefslogtreecommitdiff
path: root/systems/minimal-system-x86_32-generic.morph
blob: 6c48361f58618274406aa2debfdcb49210373324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: minimal-system-x86_32-generic
kind: system
description: The set of strata required to have a minimal system for a 32-bit x86
  system.
arch: x86_32
strata:
- name: build-essential
  morph: strata/build-essential.morph
  artifacts:
  - build-essential-minimal
- name: bsp-x86_32-generic
  morph: strata/bsp-x86_32-generic.morph
  artifacts:
  - bsp-x86_32-generic-runtime
configuration-extensions:
- set-hostname
- simple-network
- nfsboot
- install-files
- busybox-init