Changes between Version 2 and Version 3 of VirtualBox
- Timestamp:
- 05/20/11 13:57:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualBox
v2 v3 36 36 37 37 38 To 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 50 service ntpd stop 51 chkconfig ntpd off 52 53 }}}