From 1ec02fcd9546769bf120e35416950080c2d6f490 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 2 Jul 2013 09:49:07 +0000 Subject: Replace JSON morphologies with YAML. --- base-system-x86_32-generic.morph | 65 +++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 38 deletions(-) (limited to 'base-system-x86_32-generic.morph') diff --git a/base-system-x86_32-generic.morph b/base-system-x86_32-generic.morph index 31d84b35..8d9bc001 100644 --- a/base-system-x86_32-generic.morph +++ b/base-system-x86_32-generic.morph @@ -1,38 +1,27 @@ -{ - "name": "base-system-x86_32-generic", - "description": "The set of strata required to have a minimal system for a 32-bit x86 system.", - "kind": "system", - "system-kind": "rootfs-tarball", - "arch": "x86_32", - "disk-size": "2G", - "strata": [ - { - "morph": "build-essential", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "core", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "foundation", - "repo": "baserock:baserock/morphs", - "ref": "master" - }, - { - "morph": "bsp-x86_32-generic", - "repo": "baserock:baserock/morphs", - "ref": "master" - } - ], - "configuration-extensions": [ - "set-hostname", - "ssh", - "add-config-files", - "simple-network", - "nfsboot", - "install-files" - ] -} +name: base-system-x86_32-generic +description: The set of strata required to have a minimal system for a 32-bit x86 + system. +kind: system +system-kind: rootfs-tarball +arch: x86_32 +disk-size: 2G +strata: +- morph: build-essential + repo: baserock:baserock/morphs + ref: master +- morph: core + repo: baserock:baserock/morphs + ref: master +- morph: foundation + repo: baserock:baserock/morphs + ref: master +- morph: bsp-x86_32-generic + repo: baserock:baserock/morphs + ref: master +configuration-extensions: +- set-hostname +- ssh +- add-config-files +- simple-network +- nfsboot +- install-files -- cgit v1.2.1