From bb04bed0784ea938a29067f3ccd5d7320c3f36c2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 15 Jun 2012 12:53:25 +0100 Subject: 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. --- arm-versatile-base-system.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1