mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #252 from flatcar-linux/kai/define-sysext-level
set_lsb_release: define Flatcar sysext level
This commit is contained in:
commit
e7e9c7abbf
@ -52,6 +52,7 @@ ID_LIKE=$OS_ID_LIKE
|
|||||||
VERSION=$FLATCAR_VERSION
|
VERSION=$FLATCAR_VERSION
|
||||||
VERSION_ID=$FLATCAR_VERSION_ID
|
VERSION_ID=$FLATCAR_VERSION_ID
|
||||||
BUILD_ID=$FLATCAR_BUILD_ID
|
BUILD_ID=$FLATCAR_BUILD_ID
|
||||||
|
SYSEXT_LEVEL=1.0
|
||||||
PRETTY_NAME="$OS_PRETTY_NAME"
|
PRETTY_NAME="$OS_PRETTY_NAME"
|
||||||
ANSI_COLOR="38;5;75"
|
ANSI_COLOR="38;5;75"
|
||||||
HOME_URL="https://flatcar-linux.org/"
|
HOME_URL="https://flatcar-linux.org/"
|
||||||
|
1
changelog/changes/2022-03-10-sysext-level.md
Normal file
1
changelog/changes/2022-03-10-sysext-level.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Defined a systemd-sysext level that sysext images can match for instead of the OS version when they don't have a strong coupling, meaning the only metadata required is `SYSEXT_LEVEL=1.0` and `ID=flatcar` ([#643](https://github.com/flatcar-linux/Flatcar/issues/643))
|
Loading…
Reference in New Issue
Block a user