diff options
Diffstat (limited to 'systems/devel-system-ppc64-chroot.morph')
-rw-r--r-- | systems/devel-system-ppc64-chroot.morph | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/systems/devel-system-ppc64-chroot.morph b/systems/devel-system-ppc64-chroot.morph index 344aa812..9073ebc4 100644 --- a/systems/devel-system-ppc64-chroot.morph +++ b/systems/devel-system-ppc64-chroot.morph @@ -1,7 +1,10 @@ name: devel-system-ppc64-chroot kind: system -description: A system that is able to build other systems based on the 64-bit PowerPc - architecture. +description: | + A system with useful tools for doing Baserock development. + + For use as a chroot inside a Linux operating system on 64-bit POWER + computers. arch: ppc64 strata: - name: build-essential @@ -16,6 +19,10 @@ strata: morph: strata/morph-utils.morph - name: openstack-clients morph: strata/openstack-clients.morph +- name: nodejs + morph: strata/nodejs.morph +- name: ruby + morph: strata/ruby.morph configuration-extensions: - set-hostname - add-config-files |