Changeset 68684 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Sep 6, 2017 3:48:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
r67858 r68684 217 217 esac 218 218 if test -n "${blacklist_vboxvideo}"; then 219 echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf 219 test -d /etc/modprobe.d && 220 echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf 220 221 else 221 222 test -f /etc/modprobe.d/blacklist-vboxvideo.conf &&
Note:
See TracChangeset
for help on using the changeset viewer.