set_lsb_release: update codename

This commit is contained in:
Alex Crawford 2016-12-12 13:57:44 -08:00
parent a2af8649c2
commit 44a9f03df1

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="CoreOS"
OS_CODENAME="MoreOS"
OS_CODENAME="Ladybug"
OS_ID="${OS_NAME,,}" # lower case for os-release
OS_PRETTY_NAME="$OS_NAME $COREOS_VERSION (${OS_CODENAME})"