Installing VyOS from ISO image
==============================

* Wait for the VM to boot
* Log in using `vyos` as username and password
* Run `install image`
* Install VyOS on `/dev/vda`. Answer 'Y' or accept defaults for all questions.
  Set password to `vyos`
* Reboot the VM with `reboot`

Initial configuration
============================

* Wait for the VM to boot
* Log in using `vyos` as username and password
* Mount the secondary CD-ROM with `sudo mount /dev/sr1 /mnt`
* Execute `bash /mnt/install.sh`

The installation script configures the management VRF, installs pre-boot script,
and powers off the VM
