From a8969cdeb3132e98dfc7894a4eb08d5af50eeb50 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 23 Nov 2012 12:40:18 +0000 Subject: Create x86_32 system variants Although this duplicates the definitions of the systems, it is misleading to build a system named x86_64 for 32-bit x86, and we have a real instance of a user expecting the x86_32 system morphs to exist and becoming confused that they don't. --- base-system-x86_32-generic.morph | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 base-system-x86_32-generic.morph (limited to 'base-system-x86_32-generic.morph') diff --git a/base-system-x86_32-generic.morph b/base-system-x86_32-generic.morph new file mode 100644 index 00000000..b1af9feb --- /dev/null +++ b/base-system-x86_32-generic.morph @@ -0,0 +1,20 @@ +{ + "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": "syslinux-disk", + "arch": "x86_32", + "disk-size": "2G", + "strata": [ + { + "morph": "bsp-x86_32-generic", + "repo": "baserock:baserock/morphs", + "ref": "master" + }, + { + "morph": "foundation", + "repo": "baserock:baserock/morphs", + "ref": "master" + } + ] +} -- cgit v1.2.1