VirtualBox

Changeset 64717 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 19, 2016 4:25:20 PM (8 years ago)
Author:
vboxsync
Message:

bugref:#8530: Documentation: improve automated instructions for building kernel modules: slightly fixed the output of the check_module_dependencies script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/check_module_dependencies.sh

    r64716 r64717  
    170170        echo "Please install the ${TOOLS} packages from your distribution." >&2
    171171    test -n "${HAVE_HEADERS}" && exit 1
    172     echo "You will also need to install the right \"header\" files for adding hardware" >&2
    173     echo "support to the running Linux kernel." >&2
     172    echo "Please install the Linux kernel \"header\" files matching the current kernel" >&2
     173    echo "for adding new hardware support to the system." >&2
    174174    if test -n "${BASE_PACKAGE}${VERSIONED_PACKAGE}"; then
    175175        echo "The distribution packages containing the headers are probably:" >&2
    176         echo "    ${BASE_PACKAGE} ${VERSIONED_PACKAGE}"
     176        echo "    ${BASE_PACKAGE} ${VERSIONED_PACKAGE}" >&2
    177177    fi
    178178    test -z "${TEST}" && exit 1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette