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
parent b44460ca0d
commit 539723169b

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"
COREOS_BOARD="$FLAGS_board"
EOF
sudo ln -sf "../usr/lib/os-release" "${ROOT_FS_DIR}/etc/os-release"