VirtualBox

Changeset 37160 in vbox


Ignore:
Timestamp:
May 19, 2011 7:31:39 PM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: fixed device node creation on mixed 2.4/2.6 kernel systems

File:
1 edited

Legend:

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

    r37104 r37160  
    274274{
    275275    begin "Starting the VirtualBox Guest Additions ";
    276     which udevd >/dev/null 2>&1 || no_udev=1
     276    uname -r | grep -q '^2\.6' 2>/dev/null &&
     277        ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
     278        no_udev=1
    277279    running_vboxguest || {
    278280        rm -f $dev || {
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