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. --- base-system-x86_64-generic.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base-system-x86_64-generic.morph') diff --git a/base-system-x86_64-generic.morph b/base-system-x86_64-generic.morph index c41be08c..4ae4e713 100644 --- a/base-system-x86_64-generic.morph +++ b/base-system-x86_64-generic.morph @@ -2,7 +2,7 @@ "name": "base-system-x86_64-generic", "description": "The set of strata required to have a minimal system for a 64-bit x86 system.", "kind": "system", - "system-kind": "syslinux-disk", + "system-kind": "rootfs-tarball", "arch": "x86_64", "disk-size": "2G", "strata": [ -- cgit v1.2.1