VirtualBox

Changeset 19584 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
May 11, 2009 2:09:16 PM (16 years ago)
Author:
vboxsync
Message:

Linux vboxdrv script: don't search for the vboxdrv module, this is superflous and wastes time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r19273 r19584  
    151151    begin_msg "Starting VirtualBox kernel module"
    152152    if ! running vboxdrv; then
    153         if ! find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; then
    154             failure "No suitable module for running kernel found"
    155         fi
    156153        if ! rm -f $DEVICE; then
    157154            failure "Cannot remove $DEVICE"
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