Skip to content

Commit

Permalink
set_lsb_release: Set LTS 2023 codename
Browse files Browse the repository at this point in the history
While the codename is not really used for Flatcar in general, it serves
as place to set the LTS edition information.
  • Loading branch information
dongsupark committed Oct 2, 2023
1 parent bdfeb79 commit 3f4376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/set_lsb_release
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
Expand Down

0 comments on commit 3f4376f

Please sign in to comment.