summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-15 12:53:25 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-15 12:53:25 +0100
commitbb04bed0784ea938a29067f3ccd5d7320c3f36c2 (patch)
tree5f91d64da10890110ab267fbd5d6de2aefef4f81
parentb72c5a1b67a19c2396f278c3a04fd4f7ab51d346 (diff)
downloadmorphs-bb04bed0784ea938a29067f3ccd5d7320c3f36c2.tar.gz
arm-versatile-base: reduce disk size to 2G
10G is a hueg amount to send across the internet. btrfs filesystem df says it has allocated just over 1G, but is using less than a tenth of that. 100MB is a lot for a basic system, but it's currently unstripped with all the development headers, so it can be reduced.
-rw-r--r--arm-versatile-base-system.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-versatile-base-system.morph b/arm-versatile-base-system.morph
index 777819f..526a296 100644
--- a/arm-versatile-base-system.morph
+++ b/arm-versatile-base-system.morph
@@ -3,7 +3,7 @@
"description": "The set of strata required to have a minimal system for an ARM versatile system.",
"kind": "system",
"arch": "arm",
- "disk-size": "10G",
+ "disk-size": "2G",
"strata": [
"arm-versatile-bsp",
"foundation"