=== Ubuntu 12.10 (64 bit) VirtualBox Image === 1. Introduction This VirtualBox image can be used with Build Gear in case one wants to isolate the build environment from your system or in case you do not have Ubuntu installed. The image comes preinstalled with Ubuntu 12.10 (64 bit). 2. Installation Simply extract and use the VDI disk image in a new VirtualBox session. Remember to configure the number of system CPUs according to the CPU count available in your system. Also be generous when configuring available system memory. It is recommended to use a bridged network adapter to make it easy to connect to the virtual machine via eg. ssh. The default username/password = ubuntu/ubuntu 3. Ubuntu reconfiguration If needed you can do some reconfiguration as described below. Reconfigure keyboard language: $ sudo dpkg-reconfigure keyboard-configuration Reconfigure time zone: $ sudo dpkg-reconfigure tzdata In case you run into slow booting due to network issues you might need to do: $ sudo rm /etc/udev/rules.d/70-persistent-net.rules