Changeset 100259 in vbox
- Timestamp:
- Jun 23, 2023 11:18:11 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r99550 r100259 1205 1205 [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxguest" "unable to load vboxguest kernel module, see dmesg" 1206 1206 [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxsf" "unable to load vboxsf kernel module, see dmesg" 1207 1208 # Load vboxvideo if present. 1209 if [ -f "/lib/modules/"$(uname -r)"/misc/vboxvideo.ko" ]; then 1210 try_load_preserve_rc "modprobe vboxvideo" "unable to load vboxvideo kernel module, see dmesg" 1211 else 1212 # Do not spoil $?. 1213 true 1214 fi 1207 1215 1208 1216 # Start VBoxService and VBoxDRMClient.
Note:
See TracChangeset
for help on using the changeset viewer.