Merge pull request #787 from bgilbert/codename-1675

set_lsb_release: update codename for 1675
This commit is contained in:
Benjamin Gilbert 2018-02-01 10:47:52 -08:00 committed by GitHub
commit c0a021f2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ROOT_FS_DIR="$FLAGS_root"
[ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)"
OS_NAME="Container Linux by CoreOS"
OS_CODENAME="Ladybug"
OS_CODENAME="Rhyolite"
OS_ID="coreos"
OS_PRETTY_NAME="$OS_NAME $COREOS_VERSION (${OS_CODENAME})"