mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 17:30:23 +01:00
Show foreground option in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user