Changeset 24444 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Nov 6, 2009 2:02:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r24402 r24444 300 300 succ_msg 301 301 fi 302 begin "Building the VirtualBox kernel modules"302 begin "Building the VirtualBox Guest Additions kernel modules" 303 303 if ! sh /usr/share/$PACKAGE/test/build_in_tmp \ 304 --no- print-directory > $LOG 2>&1; then304 --no-dkms --no-print-directory > $LOG 2>&1; then 305 305 fail "`printf "Your system does not seem to be set up to build kernel modules.\nLook at $LOG to find out what went wrong"`" 306 306 fi 307 307 echo 308 308 if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \ 309 --no- print-directory > $LOG 2>&1; then309 --no-dkms --no-print-directory > $LOG 2>&1; then 310 310 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" 311 311 BUILDVBOXVIDEO="" 312 312 fi 313 begin "Building the main VirtualBoxmodule"313 begin "Building the main Guest Additions module" 314 314 if ! $BUILDVBOXGUEST \ 315 315 --save-module-symvers /tmp/vboxguest-Module.symvers \
Note:
See TracChangeset
for help on using the changeset viewer.