Set the root_fs_label correctly.

This commit is contained in:
Daniel Watkins 2015-04-08 09:34:15 +01:00
parent e87232b513
commit bdc58d490c

View File

@ -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"