VirtualBox

Ignore:
Timestamp:
Apr 29, 2008 9:06:16 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30304
Message:

DKMS support for Linux guest kernel modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp

    r8155 r8447  
    3434then
    3535    echo "Attempting to install using DKMS"
    36     status=`$DKMS status -m vboxdrv -v _VERSION_`
     36    status=`$DKMS status -m _MODULE_ -v _VERSION_`
    3737    if echo $status | grep added > /dev/null ||
    3838        echo $status | grep built > /dev/null ||
    3939        echo $status | grep installed > /dev/null
    4040    then
    41         $DKMS remove -m vboxdrv -v _VERSION_ --all
     41        $DKMS remove -m _MODULE_ -v _VERSION_ --all
    4242    fi
    43     if $DKMS add -m vboxdrv -v _VERSION_ &&
    44         $DKMS build -m vboxdrv -v _VERSION_ &&
    45         $DKMS install -m vboxdrv -v _VERSION_ --force
     43    if $DKMS add -m _MODULE_ -v _VERSION_ &&
     44        $DKMS build -m _MODULE_ -v _VERSION_ &&
     45        $DKMS install -m _MODULE_ -v _VERSION_ --force
    4646    then
    4747        exit 0
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette