lsb_release: update BUG_REPORT_URL

See https://github.com/coreos/coreos-overlay/pull/2463 for the
reasoning.

This was missed in that sweep of changes.
This commit is contained in:
Euan Kemp 2017-04-14 12:39:07 -07:00 committed by David Michael
parent bbd0fac9ec
commit 35ca273054

View File

@ -58,7 +58,7 @@ BUILD_ID=$COREOS_BUILD_ID
PRETTY_NAME="$OS_PRETTY_NAME"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://github.com/coreos/bugs/issues"
BUG_REPORT_URL="https://issues.coreos.com"
EOF
sudo ln -sf "../usr/lib/os-release" "${ROOT_FS_DIR}/etc/os-release"
sudo ln -sf "../../lib/os-release" "${ROOT_FS_DIR}/usr/share/coreos/os-release"