Advertisement
Guest User

VBoxLinuxAdditions install

a guest
Nov 15th, 2011
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. apt-get update
  2. prepare-kernel-sources
  3. cd /usr/src/linux
  4. cp -rf include/generated/* include/linux/
  5. cd ~/
  6. wget http://download.virtualbox.org/virtualbox/4.0.8/VBoxGuestAdditions_4.0.8.iso
  7. mkdir /a
  8. mount –o loop VBoxGuestAdditions_4.0.8.iso /a
  9. cd /a
  10. chmod a+x VBoxLinuxAdditions.run
  11. ./VBoxLinuxAdditions.run
  12.  
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement