mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-11 21:52:07 +01:00
Merge pull request #786 from bgilbert/codename
set_lsb_release: update codename
This commit is contained in:
commit
9c6af18cfb
@ -26,7 +26,7 @@ ROOT_FS_DIR="$FLAGS_root"
|
|||||||
[ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)"
|
[ -d "$ROOT_FS_DIR" ] || die "Root FS does not exist? ($ROOT_FS_DIR)"
|
||||||
|
|
||||||
OS_NAME="Container Linux by CoreOS"
|
OS_NAME="Container Linux by CoreOS"
|
||||||
OS_CODENAME="Ladybug"
|
OS_CODENAME="Rhyolite"
|
||||||
OS_ID="coreos"
|
OS_ID="coreos"
|
||||||
OS_PRETTY_NAME="$OS_NAME $COREOS_VERSION (${OS_CODENAME})"
|
OS_PRETTY_NAME="$OS_NAME $COREOS_VERSION (${OS_CODENAME})"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user