From 3f4376f2e3ac7f955e114dce50d3fcfb0f47d3df Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 2 Oct 2023 17:53:39 +0200 Subject: [PATCH] set_lsb_release: Set LTS 2023 codename While the codename is not really used for Flatcar in general, it serves as place to set the LTS edition information. --- 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 f86c968909..a011a3772c 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="Oklo" +OS_CODENAME="LTS 2023" OS_ID="flatcar" OS_ID_LIKE="coreos" OS_PRETTY_NAME="$OS_NAME $FLATCAR_VERSION (${OS_CODENAME})"