Changeset 107919 in vbox
- Timestamp:
- Jan 23, 2025 4:06:43 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r107918 r107919 183 183 { 184 184 lsmod | grep -q "vboxsf[^_-]" 185 }186 187 # Returns if the vboxvideo module is running or not.188 #189 # Returns true if vboxvideo module is running, false if not.190 running_vboxvideo()191 {192 lsmod | grep -q "vboxvideo[^_-]"193 185 } 194 186
Note:
See TracChangeset
for help on using the changeset viewer.