Sunday, October 11, 2009

Installing Virtualbox Guest Additions in Centos 5

To install VBox's Guest Additions in CentOS 5, simply run the following commands:
yum install gcc -y
yum install kernel sources -y
yum install kernel-devel -y
Reboot the system. Right after that, run the VBox additions .sh file.

No comments: