mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Remove guest from man and smaples
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
guest="linux"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="linux"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="linux"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="freebsd"
|
||||
loader="bhyveload"
|
||||
cpu=1
|
||||
memory=256M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="freebsd"
|
||||
loader="bhyveload"
|
||||
cpu=1
|
||||
memory=256M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="generic"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=256M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="generic"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=256M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="linux"
|
||||
loader="grub"
|
||||
cpu=1
|
||||
memory=512M
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
guest="windows"
|
||||
uefi="yes"
|
||||
cpu=1
|
||||
memory=2G
|
||||
|
||||
2
vm
2
vm
@@ -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
3
vm.8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user