Created
May 5, 2015 03:37
-
-
Save tonykwon/7e6422ea84669046706c to your computer and use it in GitHub Desktop.
Virtual Box - Arch Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pacman -S virtualbox-guest-utils | |
pacman -S virtualbox-guest-modules | |
pacman -S virtualbox-guest-modules-lts | |
pacman -S virtualbox-guest-dkms | |
/etc/modules-load.d/virtualbox.conf | |
vboxguest | |
vboxsf | |
vboxvideo | |
systemctl enable vboxservice.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment