VirtualBox

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


Ignore:
Timestamp:
Nov 17, 2011 10:25:36 PM (13 years ago)
Author:
vboxsync
Message:

Installers/linux: make do_dkms take arguments instead of requiring patching.

Location:
trunk/src/VBox/Installer/linux
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r39334 r39358  
    339339                -e "s|%DEBIAN%||g" \
    340340                -e "s|%PACKAGE%|virtualbox|g" \
     341                -e "s|%VERSION%|$(VBOX_VERSION_STRING)|g" \
    341342                --output $@ \
    342343                $<
     
    347348                -e "s|%DEBIAN%||g" \
    348349                -e "s|%PACKAGE%|virtualbox|g" \
     350                -e "s|%VERSION%|$(VBOX_VERSION_STRING)|g" \
    349351                -e "s|%GROUP%|$(if $(VBOX_WITHOUT_HARDENING),vboxusers,root)|g" \
    350352                --output $@ \
  • trunk/src/VBox/Installer/linux/debian/rules

    r39223 r39358  
    318318            -e 's|%DEBIAN%|yes|g' \
    319319            -e 's|%PACKAGE%|virtualbox|g' \
     320            -e "s|%VERSION%|$(VBOX_VERSION_STRING)|g" \
    320321            -e "s|%GROUP%|$(if $(VBOX_WITHOUT_HARDENING),vboxusers,root)|g" \
    321322            $(vboxroot)/src/VBox/Installer/linux/vboxdrv.sh.in > debian/vboxdrv.init
  • trunk/src/VBox/Installer/linux/rpm/rules

    r39223 r39358  
    184184           -e 's|%DEBIAN%||g' \
    185185           -e 's|%PACKAGE%|virtualbox|g' \
     186           -e "s|%VERSION%|$(VBOX_VERSION_STRING)|g" \
    186187           -e "s|%GROUP%|$(if $(VBOX_WITHOUT_HARDENING),vboxusers,root)|g" \
    187188           vboxdrv.sh.in > $(archdir)/vboxdrv.init
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r39334 r39358  
    3232NOLSB=%NOLSB%
    3333DEBIAN=%DEBIAN%
     34VERSION=%VERSION%
    3435MODPROBE=/sbin/modprobe
    3536
     
    299300    stop
    300301    begin_msg "Uninstalling old VirtualBox DKMS kernel modules"
    301     $DODKMS uninstall > $LOG
     302    $DODKMS uninstall vboxhost vboxdrv vboxnetflt vboxnetadp > $LOG
    302303    succ_msg
    303304    if find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|grep -q vboxpci; then
     
    322323    fi
    323324    begin_msg "Trying to register the VirtualBox kernel modules using DKMS"
    324     if ! $DODKMS install >> $LOG; then
     325    if ! $DODKMS install vboxhost $VERSION >> $LOG; then
    325326      fail_msg "Failed, trying without DKMS"
    326327      begin_msg "Recompiling VirtualBox kernel modules"
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