set_lsb_release: use correct LTS 2021 stream name

The 2020 stream name was used in the preview releases but the correct
stream name is 2021.
This commit is contained in:
Kai Lüke 2021-03-01 16:05:23 +01:00
parent b6e10238ab
commit cb4cd0145d

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="Flatcar Container Linux by Kinvolk"
OS_CODENAME="LTS 2020"
OS_CODENAME="LTS 2021"
OS_ID="flatcar"
OS_ID_LIKE="coreos"
OS_PRETTY_NAME="$OS_NAME $FLATCAR_VERSION (${OS_CODENAME})"