mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-02 23:22:11 +01:00
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.
This commit is contained in:
parent
b6e10238ab
commit
cb4cd0145d
@ -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})"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user