Merge pull request #2584 from flatcar/sayan/update-lts-codename

set_lsb_release: Update OS_CODENAME to LTS 2024
This commit is contained in:
Sayan Chowdhury 2025-01-17 14:32:38 +05:30 committed by GitHub
commit 03898a0437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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