Skip to content

Instantly share code, notes, and snippets.

@pablete
Created June 21, 2013 20:31
Show Gist options
  • Save pablete/5834106 to your computer and use it in GitHub Desktop.
Save pablete/5834106 to your computer and use it in GitHub Desktop.
Add VirtualBox Guest Additions for Cloudera VM image.
cd /tmp
wget ftp://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/6.1/x86_64/updates/security/kernel-devel-2.6.32-220.23.1.el6.x86_64.rpm
rpm -ivh kernel-devel-2.6.32-220.23.1.el6.x86_64.rpm
KERN_DIR=/usr/src/kernels/2.6.32-220.23.1.el6.x86_64
cd /media/VBOXADDITIONS_4.2.12_84980
./VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment