Changeset 64717 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 19, 2016 4:25:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/check_module_dependencies.sh
r64716 r64717 170 170 echo "Please install the ${TOOLS} packages from your distribution." >&2 171 171 test -n "${HAVE_HEADERS}" && exit 1 172 echo " You will also need to install the right \"header\" files for adding hardware" >&2173 echo " support to the running Linux kernel." >&2172 echo "Please install the Linux kernel \"header\" files matching the current kernel" >&2 173 echo "for adding new hardware support to the system." >&2 174 174 if test -n "${BASE_PACKAGE}${VERSIONED_PACKAGE}"; then 175 175 echo "The distribution packages containing the headers are probably:" >&2 176 echo " ${BASE_PACKAGE} ${VERSIONED_PACKAGE}" 176 echo " ${BASE_PACKAGE} ${VERSIONED_PACKAGE}" >&2 177 177 fi 178 178 test -z "${TEST}" && exit 1
Note:
See TracChangeset
for help on using the changeset viewer.