virtualbox: Fixed README file. (Thanks to Mikhail Kolesnik)

This commit is contained in:
Jose V Beneyto 2007-08-06 09:22:44 +02:00
parent 21c92c3b2e
commit 8f0d5a0ef1

View File

@ -10,7 +10,7 @@ POST-INSTALL
Run the post-install script in order to add a vboxusers group to your system.
After that, add your user to the vboxusers group:
# usermod -G vboxusers <your_user>
# usermod -a -G vboxusers <your_user>
During installation 'vboxdrv.ko' has been installed to your modules directory
and you can load it using modprobe vboxdrv (needed before run VirtualBox).