Created
June 21, 2013 20:31
-
-
Save pablete/5834106 to your computer and use it in GitHub Desktop.
Add VirtualBox Guest Additions for Cloudera VM image.
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
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