VirtualBox

Changeset 98708 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 23, 2023 9:26:32 PM (2 years ago)
Author:
vboxsync
Message:

Additions: Linux: Do not fail on reload if kernel modules signature cannot be verified, bugref:10359.

This is quite important for distributions which do not have necessary tools to verify modules signature
because "reload" is now used in order to do actual modules loading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r98687 r98708  
    10341034    # Check if script was started with root privileges.
    10351035    [ `id -u` -eq 0 ] || fail "root privileges are required"
    1036 
    1037     # Check if modules were previously build.
    1038     [ "$(setup_complete)" = "1" ] || fail "kernel modules were set up yet, please consider running 'rcvboxadd setup' first."
    10391036
    10401037    # Stop VBoxService if running.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette