diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index 59e1e996dc..9385fbe611 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -56,7 +56,8 @@ VERSION_ID=$COREOS_VERSION_ID BUILD_ID=$COREOS_BUILD_ID PRETTY_NAME="$COREOS_VERSION_NAME $COREOS_VERSION_STRING" 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 sudo ln -sf "../usr/share/coreos/os-release" "${ROOT_FS_DIR}/etc/os-release"