Merge pull request #28 from flatcar-linux/dongsu/update_flatcar_linux_refs-2317-edge

rename Flatcar Linux to Flatcar Container Linux for edge
This commit is contained in:
Mauricio Vásquez 2019-11-15 09:25:16 -05:00 committed by GitHub
commit 93fc15439c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ ROOT_FS_DIR="$FLAGS_root"
[ -n "$ROOT_FS_DIR" ] || die "--root is required."
[ -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_ID="flatcar"
OS_ID_LIKE="coreos"