mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
xen-kernel: update post install message
Expand the post install instructions to mention the need to add hw.pci.mcfg=0 to /boot/loader.conf, or else FreeBSD is not going to be able to boot as Dom0. Approved by: bapt Sponsored by: Citrix Systems R&D
This commit is contained in:
parent
3e95d1f747
commit
a4dda243bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416313
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ In /etc/ttys:
|
||||||
xc0 "/usr/libexec/getty Pc" xterm on secure
|
xc0 "/usr/libexec/getty Pc" xterm on secure
|
||||||
|
|
||||||
In /boot/loader.conf for a dom0 with 2G memory and 4 vcpus:
|
In /boot/loader.conf for a dom0 with 2G memory and 4 vcpus:
|
||||||
|
hw.pci.mcfg=0
|
||||||
xen_kernel="/boot/xen"
|
xen_kernel="/boot/xen"
|
||||||
xen_cmdline="dom0_mem=2048M dom0_max_vcpus=4 dom0pvh=1 com1=115200,8n1 guest_loglvl=all loglvl=all"
|
xen_cmdline="dom0_mem=2048M dom0_max_vcpus=4 dom0pvh=1 com1=115200,8n1 guest_loglvl=all loglvl=all"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue