Skip to content

Instantly share code, notes, and snippets.

@evenme
Last active January 28, 2016 21:51
Show Gist options
  • Save evenme/a6ba2db6f22459f146c7 to your computer and use it in GitHub Desktop.
Save evenme/a6ba2db6f22459f146c7 to your computer and use it in GitHub Desktop.
Installing guest additions on vagrant machine with kernel update
# Spin up vagrant machine
vagrant up
# Go inside vagrant virtual machine
vagrant ssh
# Install necessary packages for VirtualBox Guest Additions
sudo yum install -y kernel-devel kernel gcc binutils make perl bzip2
exit
# Install vbguest plugin
vagrant plugin install vagrant-vbguest
vagrant reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment