From cb4cd0145d77f483f0ae4d85f7f7babced56baf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Mon, 1 Mar 2021 16:05:23 +0100 Subject: [PATCH] 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. --- build_library/set_lsb_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index 18ba6d5d09..7cf81f2e47 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -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})"