Changeset 19584 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- May 11, 2009 2:09:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r19273 r19584 151 151 begin_msg "Starting VirtualBox kernel module" 152 152 if ! running vboxdrv; then 153 if ! find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; then154 failure "No suitable module for running kernel found"155 fi156 153 if ! rm -f $DEVICE; then 157 154 failure "Cannot remove $DEVICE"
Note:
See TracChangeset
for help on using the changeset viewer.