Clarify how to add parameters to xen.cfg

Thank you to Jeremy Rand for clarifying this step of the instructions:

https://groups.google.com/d/msg/qubes-users/VeqDPHiaKwM/j4xt1lSOCAAJ
This commit is contained in:
Andrew David Wong 2016-06-27 12:22:42 -07:00
parent 97696026f3
commit 49603789d2
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -38,6 +38,11 @@ There is some [common bug in UEFI implementation](http://xen.markmail.org/messag
mapbs=1
noexitboot=1
**Note:** You must add these parameters on two separate new lines (one
paramater on each line) at the end of each section that includes a kernel
line (i.e., all sections except the first one, since it doesn't have a
kernel line).
12. Now you can reboot the system by issuing `reboot` command.