summaryrefslogtreecommitdiff
path: root/tests.as-root/disk-builds-rootfs-and-kernel.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.as-root/disk-builds-rootfs-and-kernel.script')
-rwxr-xr-xtests.as-root/disk-builds-rootfs-and-kernel.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.as-root/disk-builds-rootfs-and-kernel.script b/tests.as-root/disk-builds-rootfs-and-kernel.script
index c11c246f..2eb57743 100755
--- a/tests.as-root/disk-builds-rootfs-and-kernel.script
+++ b/tests.as-root/disk-builds-rootfs-and-kernel.script
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012,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
@@ -25,7 +25,7 @@ set -eu
cache="$DATADIR/cache/artifacts"
cd "$DATADIR/morphs"
-sed -e 's/"system-kind": "syslinux-disk"/"system-kind": "disk"/' \
+sed -e 's/system-kind: syslinux-disk/system-kind: disk/' \
-i linux-system.morph
git add linux-system.morph
git commit --quiet -m "Build rootfs tarball system"