VirtualBox

Ignore:
Timestamp:
Nov 6, 2009 2:02:32 PM (15 years ago)
Author:
vboxsync
Message:

Additions/installer/linux: more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r24402 r24444  
    300300        succ_msg
    301301    fi
    302     begin "Building the VirtualBox kernel modules"
     302    begin "Building the VirtualBox Guest Additions kernel modules"
    303303    if ! sh /usr/share/$PACKAGE/test/build_in_tmp \
    304         --no-print-directory > $LOG 2>&1; then
     304        --no-dkms --no-print-directory > $LOG 2>&1; then
    305305        fail "`printf "Your system does not seem to be set up to build kernel modules.\nLook at $LOG to find out what went wrong"`"
    306306    fi
    307307    echo
    308308    if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \
    309         --no-print-directory > $LOG 2>&1; then
     309        --no-dkms --no-print-directory > $LOG 2>&1; then
    310310        printf "Your system does not seem to support OpenGL in the kernel (this requires\nLinux 2.6.27 or later).  The OpenGL support will not be built.\n"
    311311        BUILDVBOXVIDEO=""
    312312    fi
    313     begin "Building the main VirtualBox module"
     313    begin "Building the main Guest Additions module"
    314314    if ! $BUILDVBOXGUEST \
    315315        --save-module-symvers /tmp/vboxguest-Module.symvers \
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