From 1bc8aa188896fc7668427f19a4ffd89ca5f6fa3c Mon Sep 17 00:00:00 2001 From: Dan Firth Date: Fri, 27 Sep 2013 09:51:31 +0000 Subject: Dropped support for 'disk-size' from system morphology files' --- tests.as-root/archless-system-fails.script | 3 +-- tests.as-root/setup | 2 -- tests.as-root/system-overlap.script | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) (limited to 'tests.as-root') diff --git a/tests.as-root/archless-system-fails.script b/tests.as-root/archless-system-fails.script index eda797f1..2fdeb018 100755 --- a/tests.as-root/archless-system-fails.script +++ b/tests.as-root/archless-system-fails.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012 Codethink Limited +# Copyright (C) 2011-2013 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ cat <archless-system.morph { "name": "archless-system", "kind": "system", - "disk-size": "1G", "strata": [ { "morph": "hello-stratum", diff --git a/tests.as-root/setup b/tests.as-root/setup index eea9e061..2c5e09ca 100755 --- a/tests.as-root/setup +++ b/tests.as-root/setup @@ -136,7 +136,6 @@ name: hello-system kind: system system-kind: rootfs-tarball arch: `uname -m` -disk-size: 1G strata: - morph: hello-stratum repo: test:morphs @@ -165,7 +164,6 @@ name: linux-system kind: system system-kind: rootfs-tarball arch: `uname -m` -disk-size: 1G strata: - morph: hello-stratum repo: test:morphs diff --git a/tests.as-root/system-overlap.script b/tests.as-root/system-overlap.script index 6e6ef2ac..5df9374b 100755 --- a/tests.as-root/system-overlap.script +++ b/tests.as-root/system-overlap.script @@ -33,7 +33,6 @@ cat <overlap-system.morph "kind": "system", "system-kind": "rootfs-tarball", "arch": "$(uname -m)", - "disk-size": "1G", "strata": [ { "morph": "foo-baz-stratum", -- cgit v1.2.1