From 787570186ce987f76dda44761f932c0e2af12b3f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 25 Jan 2013 13:33:28 +0000 Subject: Change system-kinds to tarball With "morph deploy", deploying is much easier than before, but it requires that a system is built as a rootfs-tarball. This changes all the systems in baserock:baserock/morphs to be that kind. --- devel-system-x86_32-generic.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel-system-x86_32-generic.morph') diff --git a/devel-system-x86_32-generic.morph b/devel-system-x86_32-generic.morph index ed67df89..c0f4b877 100644 --- a/devel-system-x86_32-generic.morph +++ b/devel-system-x86_32-generic.morph @@ -2,7 +2,7 @@ "name": "devel-system-x86_32-generic", "description": "A system that is able to build other systems based on the 32-bit x86 architecture.", "kind": "system", - "system-kind": "syslinux-disk", + "system-kind": "rootfs-tarball", "arch": "x86_32", "disk-size": "2G", "strata": [ -- cgit v1.2.1