VirtualBox

Changeset 7006 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Feb 19, 2008 8:23:29 AM (17 years ago)
Author:
vboxsync
Message:

Installers/Linux: after a DKMS kernel module build, the module was no longer loaded properly as DKMS installs to a different location

File:
1 edited

Legend:

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

    r6545 r7006  
    114114
    115115
    116 kdir=/lib/modules/`uname -r`/misc
    117116dev=/dev/vboxdrv
    118117modname=vboxdrv
     
    135134start() {
    136135    begin "Starting VirtualBox kernel module "
    137     test -f "$kdir/$modname.o" -o -f "$kdir/$modname.ko" || {
     136    find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv || {
    138137        fail "Kernel module not found"
    139138    }
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