Changeset 47974 in vbox
- Timestamp:
- Aug 21, 2013 3:40:03 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r47961 r47974 165 165 166 166 <listitem> 167 <para>Linux Additions: fixed udev detection in the init script 168 with Linux 3.x kernels</para> 169 </listitem> 170 171 <listitem> 167 172 <para>Windows guests: ability to track guest user idle times through 168 173 the newly introduced event IGuestUserStateChangedEvent</para> -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r44528 r47974 285 285 { 286 286 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 && 288 288 ps -A -o comm | grep -q '/*udevd$' 2>/dev/null || 289 289 no_udev=1
Note:
See TracChangeset
for help on using the changeset viewer.