Changeset 59963 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Mar 9, 2016 11:19:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r59891 r59963 315 315 fi 316 316 succ_msg 317 if expr `uname -r` '<' ' 2.6.27' > /dev/null; then318 echo "Not building the VirtualBox advancedgraphics driver as this Linux version is"317 if expr `uname -r` '<' '3.11' > /dev/null; then 318 echo "Not building the VirtualBox kernel graphics driver as this Linux version is" 319 319 echo "too old to use it." 320 320 else … … 324 324 --module-source $MODULE_SRC/vboxvideo \ 325 325 --no-print-directory install >> $LOG 2>&1; then 326 show_error " Look at $LOG to find out what went wrong. All other modules were built successfully."326 show_error "Building the graphics driver module failed. Look at $LOG to find out what went wrong. All other modules were built successfully." 327 327 else 328 328 succ_msg
Note:
See TracChangeset
for help on using the changeset viewer.