summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper')
-rwxr-xr-xapp-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper b/app-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper
index 0cf0597..6f2da49 100755
--- a/app-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper
+++ b/app-emulation/virtualbox-ose/files/virtualbox-ose-3-wrapper
@@ -37,7 +37,7 @@ elif ! lsmod|grep -q vboxdrv; then
WARNING: The VirtualBox kernel modules are not loaded.
Please load all the needed kernel modules by:
- for m in vbox{drv,netadp,netflt}; do modprobe $m; done
+ for m in vbox{drv,netadp,netflt}; do modprobe \$m; done
You will not be able to start VMs until this problem is fixed.
EOF
@@ -46,8 +46,8 @@ elif [ ! -c /dev/vboxdrv ]; then
WARNING: The character device /dev/vboxdrv does not exist.
Please try to reload all the needed kernel modules by:
- for m in vbox{netflt,netadp,drv}; do rmmod $m; done
- for m in vbox{drv,netadp,netflt}; do modprobe $m; done
+ for m in vbox{netflt,netadp,drv}; do rmmod \$m; done
+ for m in vbox{drv,netadp,netflt}; do modprobe \$m; done
and if that is not successful, try to re-install the package by: