VirtualBox

Changeset 47974 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 21, 2013 3:40:03 PM (11 years ago)
Author:
vboxsync
Message:

Additions/linux: fix udev detection in init script, handling Linux 3.x kernels

File:
1 edited

Legend:

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

    r44528 r47974  
    285285{
    286286    begin "Starting the VirtualBox Guest Additions ";
    287     uname -r | grep -q '^2\.6' 2>/dev/null &&
     287    uname -r | grep -q '^2\.6\|^3' 2>/dev/null &&
    288288        ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
    289289        no_udev=1
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