Changes between Version 2 and Version 3 of VirtualBox


Ignore:
Timestamp:
05/20/11 13:57:26 (13 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualBox

    v2 v3  
    3636
    3737
     38To ensure the VMs keep good time, and for other reasons of good practice, install the Guest Additions
     39{{{
     40
     41>> [root@briccs-5 ~]# yum install gcc
     42>> [root@briccs-5 ~]# yum install kernel-devel
     43>> [root@briccs-5 ~]# reboot
     44>>
     45>> [root@briccs-5 ~]# mkdir /media/cdrom
     46>> [root@briccs-5 ~]# mount /dev/hdb /media/cdrom
     47>> [root@briccs-5 ~]# cd /media/cdrom/
     48>> [root@briccs-5 ~]# sh ./VBoxLinuxAdditions.run
     49
     50service ntpd stop
     51chkconfig ntpd off
     52
     53}}}