- Timestamp:
- Jun 23, 2023 12:34:52 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r100259 r100263 1180 1180 # If final goal of unloading vboxguest.ko won't be met, we will fail on 1181 1181 # the next step anyway. 1182 running_vboxvideo && modprobe -r vboxvideo >/dev/null 2>&11183 1182 running_vboxsf && modprobe -r vboxsf >/dev/null 2>&1 1184 1183 running_vboxguest … … 1205 1204 [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxguest" "unable to load vboxguest kernel module, see dmesg" 1206 1205 [ $? -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" ]; then1210 try_load_preserve_rc "modprobe vboxvideo" "unable to load vboxvideo kernel module, see dmesg"1211 else1212 # Do not spoil $?.1213 true1214 fi1215 1206 1216 1207 # Start VBoxService and VBoxDRMClient.
Note:
See TracChangeset
for help on using the changeset viewer.