This commit is contained in:
Flatcar Buildbot 2019-11-22 14:34:26 +01:00 committed by Dongsu Park
parent 1dad511f69
commit 7ee9c9c033

View File

@ -25,7 +25,7 @@ ROOT_FS_DIR="$FLAGS_root"
[ -n "$ROOT_FS_DIR" ] || die "--root is required." [ -n "$ROOT_FS_DIR" ] || die "--root is required."
[ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)" [ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)"
OS_NAME="Flatcar Linux by Kinvolk" OS_NAME="Flatcar Container Linux by Kinvolk"
OS_CODENAME="Rhyolite" OS_CODENAME="Rhyolite"
OS_ID="flatcar" OS_ID="flatcar"
OS_ID_LIKE="coreos" OS_ID_LIKE="coreos"