VirtualBox

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


Ignore:
Timestamp:
Jan 23, 2025 4:03:29 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167149
Message:

Additions: Linux: rcvboxadd: Drop check for 'vboxadd' kernel module presence, obsolete, bugref:10359.

File:
1 edited

Legend:

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

    r107913 r107918  
    175175{
    176176    lsmod | grep -q "vboxguest[^_-]"
    177 }
    178 
    179 # Returns if the vboxadd module is running or not.
    180 #
    181 # Returns true if vboxadd module is running, false if not.
    182 running_vboxadd()
    183 {
    184     lsmod | grep -q "vboxadd[^_-]"
    185177}
    186178
     
    897889    groupadd -r -f vboxdrmipc >/dev/null 2>&1
    898890
    899     if  running_vboxguest || running_vboxadd; then
     891    if  running_vboxguest; then
    900892        # Only warn user if currently loaded modules version do not match Guest Additions Installation.
    901893        check_running_module_version "vboxguest" || info "Running kernel modules will not be replaced until the system is restarted or 'rcvboxadd reload' triggered"
Note: See TracChangeset for help on using the changeset viewer.

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