Changeset 76912 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 21, 2019 11:21:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r76553 r76912 113 113 { 114 114 if test -z "${QUIET}"; then 115 echo "${SERVICE}: $1" 115 echo "${SERVICE}: $1" | fold -s 116 116 else 117 echo "$1" 117 echo "$1" | fold -s 118 118 fi 119 119 } … … 505 505 # That is, we mark all but the requested kernel. 506 506 rm -f "$SKIPFILE_BASE"-"$TARGET_VER" 507 test -d /lib/modules/"TARGET_VER"/build || test -n "$QUICKSETUP" || 508 info "Kernel headers not found for target kernel $TARGET_VER. \ 509 Please install them and execute 510 /sbin/rcvboxadd setup" 507 511 for setupi in /lib/modules/*; do 508 512 KERN_VER="${setupi##*/}"
Note:
See TracChangeset
for help on using the changeset viewer.