- Timestamp:
- Oct 25, 2012 2:59:05 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r39756 r43742 227 227 { 228 228 lsmod | grep -q "vboxsf[^_-]" 229 } 230 231 running_vboxvideo() 232 { 233 lsmod | grep -q "vboxvideo[^_-]" 229 234 } 230 235 … … 314 319 } 315 320 } 321 322 # This is needed as X.Org Server 1.13 does not auto-load the module. 323 running_vboxvideo || $MODPROBE vboxvideo > /dev/null 2>&1 316 324 317 325 # Mount all shared folders from /etc/fstab. Normally this is done by some
Note:
See TracChangeset
for help on using the changeset viewer.