From 0cab0856f50a4ffb00869f29a5ef981fe74a76f2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 1 Oct 2012 14:37:24 +0000 Subject: Rename more commonly used system morphologies --- base-system-x86_64-generic.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 base-system-x86_64-generic.morph (limited to 'base-system-x86_64-generic.morph') diff --git a/base-system-x86_64-generic.morph b/base-system-x86_64-generic.morph new file mode 100644 index 0000000..4c5c6f9 --- /dev/null +++ b/base-system-x86_64-generic.morph @@ -0,0 +1,20 @@ +{ + "name": "base-system-x86_64-generic", + "description": "The set of strata required to have a minimal system for a 64-bit x86 system.", + "kind": "system", + "system-kind": "syslinux-disk", + "arch": "x86_64", + "disk-size": "2G", + "strata": [ + { + "morph": "bsp-x86_64-generic", + "repo": "baserock:morphs", + "ref": "master" + }, + { + "morph": "foundation", + "repo": "baserock:morphs", + "ref": "master" + } + ] +} -- cgit v1.2.1