mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 00:51:41 +02:00
Merge pull request #225 from marineam/bugs
fix(set_lsb_release): Set bug report url.
This commit is contained in:
commit
c199d225c9
@ -56,7 +56,8 @@ VERSION_ID=$COREOS_VERSION_ID
|
|||||||
BUILD_ID=$COREOS_BUILD_ID
|
BUILD_ID=$COREOS_BUILD_ID
|
||||||
PRETTY_NAME="$COREOS_VERSION_NAME $COREOS_VERSION_STRING"
|
PRETTY_NAME="$COREOS_VERSION_NAME $COREOS_VERSION_STRING"
|
||||||
ANSI_COLOR="1;32"
|
ANSI_COLOR="1;32"
|
||||||
HOME_URL="http://www.coreos.com/"
|
HOME_URL="https://coreos.com/"
|
||||||
|
BUG_REPORT_URL="https://github.com/coreos/bugs/issues"
|
||||||
EOF
|
EOF
|
||||||
sudo ln -sf "../usr/share/coreos/os-release" "${ROOT_FS_DIR}/etc/os-release"
|
sudo ln -sf "../usr/share/coreos/os-release" "${ROOT_FS_DIR}/etc/os-release"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user