Show foreground option in README

This commit is contained in:
Matt Churchyard
2016-04-09 11:32:06 +01:00
parent 9105d7ba4c
commit a325de15d9

View File

@@ -101,7 +101,7 @@ Download a copy of FreeBSD from the ftp site.
- [ ] Lines 10-12
Create a new guest using the `default.conf` template, run the installer and
then connect to its console. At this point proceed through the installation
as normal.
as normal.
## Install
@@ -234,6 +234,10 @@ so use the console command to connect to it and finish installation.
# vm install testvm FreeBSD-10.1-RELEASE-amd64-disc1.iso
# vm console testvm
You can also specify the foreground option to run the guest directly on your terminal:
# vm -f install testvm FreeBSD-10.1-RELEASE-amd64-disc1.iso
Once installation has finished, you can reboot the guest from inside the console and it will boot up into
the new OS (assuming installation was successful). Further reboots will work as expected and
the guest can be shutdown in the normal way. As the console uses the cu command, type ~+Ctrl-D to exit