Remove guest from man and smaples

This commit is contained in:
Matt Churchyard
2016-04-19 11:20:23 +01:00
parent 4ce7e20f16
commit 94bb1a8416
12 changed files with 1 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
guest="linux"
loader="grub"
cpu=1
memory=512M

View File

@@ -1,4 +1,3 @@
guest="linux"
loader="grub"
cpu=1
memory=512M

View File

@@ -13,21 +13,6 @@
# The '#' character signifies the start of a comment, even within
# double-quotes, and so cannot be used inside any values.
# guest
# The type of operating system this virtual machine will use.
# Different systems often require specific steps to load the
# virtual machine, or specific bhyve options. The generic option
# does no specific loading and can be used for standard uefi guests.
#
# This is no longer a required option and will default to 'generic'
# if not specified. If set to freebsd, the bhyveload loader is
# automatically used, and if set to linux, grub-bhyve will be used.
#
# Default: generic
# Valid Options: freebsd,linux,windows,generic
#
guest=""
# loader
# If the guest you are using requires either bhyveload or grub-bhyve,
# specify the loader to use here. If the guest is freebsd or linux,

View File

@@ -1,4 +1,3 @@
guest="linux"
loader="grub"
cpu=1
memory=512M

View File

@@ -1,4 +1,3 @@
guest="freebsd"
loader="bhyveload"
cpu=1
memory=256M

View File

@@ -1,4 +1,3 @@
guest="freebsd"
loader="bhyveload"
cpu=1
memory=256M

View File

@@ -1,4 +1,3 @@
guest="generic"
loader="grub"
cpu=1
memory=256M

View File

@@ -1,4 +1,3 @@
guest="generic"
loader="grub"
cpu=1
memory=256M

View File

@@ -1,4 +1,3 @@
guest="linux"
loader="grub"
cpu=1
memory=512M

View File

@@ -1,4 +1,3 @@
guest="windows"
uefi="yes"
cpu=1
memory=2G

2
vm
View File

@@ -25,7 +25,7 @@
# POSSIBILITY OF SUCH DAMAGE.
VERSION=1.1-alpha
VERSION_INT=101014
VERSION_INT=101015
VERSION_BSD=$(uname -K)
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin

3
vm.8
View File

@@ -716,9 +716,6 @@ files, making them easy to edit by hand. The settings for each guest are stored
.Pa $vm_dir/$vm_name/$vm_name.conf .
An overview of the available configuration options is listed below.
.Bl -tag -width 17n
.It guest
Specify the type of guest to be installed in this virtual machine. Current valid options
for this are generic, freebsd, linux & windows.
.It loader
Windows, Linux & FreeBSD guests will use the correct loader by default. For other
guests that require a loader to be used, this can set to