From bdc58d490caec0e288231d14589b1841fa1f2d41 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 8 Apr 2015 09:34:15 +0100 Subject: [PATCH] Set the root_fs_label correctly. --- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot index e4bcdf3e..c0badb8e 100755 --- a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot @@ -1,5 +1,6 @@ #!/bin/bash rootd="${1:-/}" +root_fs_label=cloudimg-rootfs set -ex CLOUD_IMG_STR="# CLOUD_IMG: This file was created/modified by the Cloud Image build process"