summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-01 10:37:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-01 10:37:22 +0000
commit745023c68b593e8734f90abcdc5d89033fae1505 (patch)
treef78659a710af9b62f980e67217f6e04c76197df5
parentff8b45bc12e03300605f2936410179507a6a8e3b (diff)
downloadmorphs-745023c68b593e8734f90abcdc5d89033fae1505.tar.gz
Reduce the size of devel disk images
These should be acceptable, since the common setup for development VMs is to mount extra disks for caches and tempdirs.
-rw-r--r--armv7-versatile-devel-system.morph2
-rw-r--r--x86_64-generic-devel-system.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/armv7-versatile-devel-system.morph b/armv7-versatile-devel-system.morph
index f232e2c..6e107de 100644
--- a/armv7-versatile-devel-system.morph
+++ b/armv7-versatile-devel-system.morph
@@ -4,7 +4,7 @@
"kind": "system",
"system-kind": "rootfs-tarball",
"arch": "armv7",
- "disk-size": "10G",
+ "disk-size": "2G",
"strata": [
{
"morph": "armv7-versatile-bsp",
diff --git a/x86_64-generic-devel-system.morph b/x86_64-generic-devel-system.morph
index 54a771c..bb49230 100644
--- a/x86_64-generic-devel-system.morph
+++ b/x86_64-generic-devel-system.morph
@@ -4,7 +4,7 @@
"kind": "system",
"system-kind": "syslinux-disk",
"arch": "x86_64",
- "disk-size": "10G",
+ "disk-size": "2G",
"strata": [
{
"morph": "x86_64-generic-bsp",