summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-10 17:30:49 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-10 17:31:39 +0100
commitc82b51c3d20d317171829d6f7a24ad3354a07c94 (patch)
treedf9f4ed244f6fff1aec8b217631f3c8766794bc9
parent29e12637a6f369c5cbbc722f92be2c01a3f9a6c7 (diff)
downloadmorphs-c82b51c3d20d317171829d6f7a24ad3354a07c94.tar.gz
amend arch to x86_64
-rw-r--r--x86_64-generic-base-system.morph3
-rw-r--r--x86_64-generic-devel-system.morph2
-rw-r--r--x86_64-generic-morph-cache-server-system.morph2
3 files changed, 4 insertions, 3 deletions
diff --git a/x86_64-generic-base-system.morph b/x86_64-generic-base-system.morph
index cda0c82..f293f3e 100644
--- a/x86_64-generic-base-system.morph
+++ b/x86_64-generic-base-system.morph
@@ -2,8 +2,9 @@
"name": "x86_64-generic-base-system",
"description": "The set of strata required to have a minimal system for a 64-bit x86 system.",
"kind": "system",
- "arch": "x86",
+ "arch": "x86_64",
"disk-size": "2G",
+ "disk-size": "10G",
"strata": [
"x86_64-generic-bsp",
"foundation"
diff --git a/x86_64-generic-devel-system.morph b/x86_64-generic-devel-system.morph
index ac6faff..0fc8060 100644
--- a/x86_64-generic-devel-system.morph
+++ b/x86_64-generic-devel-system.morph
@@ -2,7 +2,7 @@
"name": "x86_64-generic-devel-system",
"description": "A system that is able to build other systems based on the 64-bit x86 architecture.",
"kind": "system",
- "arch": "x86",
+ "arch": "x86_64",
"disk-size": "10G",
"strata": [
"x86_64-generic-bsp",
diff --git a/x86_64-generic-morph-cache-server-system.morph b/x86_64-generic-morph-cache-server-system.morph
index d2c0db8..c7a55ef 100644
--- a/x86_64-generic-morph-cache-server-system.morph
+++ b/x86_64-generic-morph-cache-server-system.morph
@@ -2,7 +2,7 @@
"name": "x86_64-generic-morph-cache-server-system",
"description": "A system that will be able to provide a remote repository or artifact cache for morph, designed to run on the 64-bit x86 architecture.",
"kind": "system",
- "arch": "x86",
+ "arch": "x86_64",
"disk-size": "500m",
"strata": [
"x86_64-generic-bsp",