Changeset 98565 in vbox
- Timestamp:
- Feb 14, 2023 3:37:37 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r98103 r98565 388 388 mod="$1" 389 389 [ -n "$mod" ] || return 390 391 # Be nice with distributions which do not provide tools which we 392 # use in order to verify module signature. This variable needs to 393 # be explicitly set by administrator. This script will look for it 394 # in /etc/vbox/vbox.cfg. Make sure that you know what you do! 395 if [ "$VBOX_BYPASS_MODULES_SIGNATURE_CHECK" = "1" ]; then 396 echo "1" 397 return 398 fi 390 399 391 400 extraction_tool=/lib/modules/"$(uname -r)"/build/scripts/extract-module-sig.pl
Note:
See TracChangeset
for help on using the changeset viewer.