Changeset 7006 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 19, 2008 8:23:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r6545 r7006 114 114 115 115 116 kdir=/lib/modules/`uname -r`/misc117 116 dev=/dev/vboxdrv 118 117 modname=vboxdrv … … 135 134 start() { 136 135 begin "Starting VirtualBox kernel module " 137 test -f "$kdir/$modname.o" -o -f "$kdir/$modname.ko"|| {136 find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv || { 138 137 fail "Kernel module not found" 139 138 }
Note:
See TracChangeset
for help on using the changeset viewer.