mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
build_library: long overdue for a code name change
This commit is contained in:
parent
27e00285d5
commit
eebe8d5fe9
@ -32,7 +32,7 @@ sudo mkdir -p "${ROOT_FS_DIR}/usr/share/coreos" "${ROOT_FS_DIR}/etc/coreos"
|
|||||||
sudo_clobber "${ROOT_FS_DIR}/usr/share/coreos/lsb-release" <<EOF
|
sudo_clobber "${ROOT_FS_DIR}/usr/share/coreos/lsb-release" <<EOF
|
||||||
DISTRIB_ID=$COREOS_VERSION_NAME
|
DISTRIB_ID=$COREOS_VERSION_NAME
|
||||||
DISTRIB_RELEASE=$COREOS_VERSION_STRING
|
DISTRIB_RELEASE=$COREOS_VERSION_STRING
|
||||||
DISTRIB_CODENAME="Let the tiger loose!"
|
DISTRIB_CODENAME="Red Dog"
|
||||||
DISTRIB_DESCRIPTION="$COREOS_VERSION_NAME $COREOS_VERSION_STRING"
|
DISTRIB_DESCRIPTION="$COREOS_VERSION_NAME $COREOS_VERSION_STRING"
|
||||||
EOF
|
EOF
|
||||||
sudo ln -sf "../usr/share/coreos/lsb-release" "${ROOT_FS_DIR}/etc/lsb-release"
|
sudo ln -sf "../usr/share/coreos/lsb-release" "${ROOT_FS_DIR}/etc/lsb-release"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user