VirtualBox

Changeset 35265 in vbox


Ignore:
Timestamp:
Dec 20, 2010 8:54:12 PM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: make sure the udev rule gets installed before the kernel modules are first loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r35249 r35265  
    466466{
    467467    setup_modules
    468     if [ "$?" -eq "0" ]; then
     468    mod_succ="$?"
     469    extra_setup
     470    if [ "$mod_succ" -eq "0" ]; then
    469471        if running_vboxguest || running_vboxadd; then
    470472            printf "You should restart your guest to make sure the new modules are actually used\n\n"
     
    473475        fi
    474476    fi
    475     extra_setup
    476477}
    477478
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