mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 05:51:43 +01:00
set_lsb_release: properly quote lsb-release
This commit is contained in:
parent
80c1671a5e
commit
4cb4904654
@ -40,7 +40,7 @@ fi
|
||||
# DISTRIB_* are the standard lsb-release names
|
||||
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
|
||||
DISTRIB_ID=$OS_NAME
|
||||
DISTRIB_ID="$OS_NAME"
|
||||
DISTRIB_RELEASE=$COREOS_VERSION
|
||||
DISTRIB_CODENAME="$OS_CODENAME"
|
||||
DISTRIB_DESCRIPTION="$OS_PRETTY_NAME"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user