VirtualBox

Changeset 47974 in 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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r47961 r47974  
    165165
    166166       <listitem>
     167         <para>Linux Additions: fixed udev detection in the init script
     168           with Linux 3.x kernels</para>
     169       </listitem>
     170
     171       <listitem>
    167172         <para>Windows guests: ability to track guest user idle times through
    168173           the newly introduced event IGuestUserStateChangedEvent</para>
  • 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