Changeset 107918 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 23, 2025 4:03:29 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r107913 r107918 175 175 { 176 176 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[^_-]"185 177 } 186 178 … … 897 889 groupadd -r -f vboxdrmipc >/dev/null 2>&1 898 890 899 if running_vboxguest || running_vboxadd; then891 if running_vboxguest; then 900 892 # Only warn user if currently loaded modules version do not match Guest Additions Installation. 901 893 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.