diff options
Diffstat (limited to 'systems/devel-system-ppc64-chroot.morph')
-rw-r--r-- | systems/devel-system-ppc64-chroot.morph | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph new file mode 100644 index 00000000..a2430afb --- /dev/null +++ b/systems/devel-system-ppc64-chroot.morph @@ -0,0 +1,22 @@ +name: devel-system-ppc64-chroot +kind: system +description: A system that is able to build other systems based on the 64-bit PowerPc + architecture. +arch: ppc64 +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: tools + morph: strata/tools.morph +- name: openstack-clients + morph: strata/openstack-clients.morph +configuration-extensions: +- set-hostname +- add-config-files +- simple-network +- nfsboot +- install-files |