set_lsb_release: Set LTS 2022 codename

While the codename is not really used for Flatcar in general, it serves
as place to set the LTS edition information.
This commit is contained in:
Kai Lueke 2022-05-02 14:22:52 +09:00
parent eab6b0a1a7
commit 1c5bc897d3

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="Oklo"
OS_CODENAME="LTS 2022"
OS_ID="flatcar"
OS_ID_LIKE="coreos"
OS_PRETTY_NAME="$OS_NAME $FLATCAR_VERSION (${OS_CODENAME})"