Update per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-10-22 14:00:30 -07:00 committed by David Kinder
parent a5a4c112d1
commit 377a3b9d49

View File

@ -54,7 +54,7 @@ Most Linux distributions use GRUB version 2 by default. For version
hypervisor. hypervisor.
Here's an example using Ubuntu to load ACRN on a scenario with two Here's an example using Ubuntu to load ACRN on a scenario with two
pre-launched VMs (the Service VM is also a kind of pre-launched VM): pre-launched VMs:
#. Copy the ACRN hypervisor binary ``acrn.32.out`` (or ``acrn.bin``) and the #. Copy the ACRN hypervisor binary ``acrn.32.out`` (or ``acrn.bin``) and the
pre-launched VM kernel images to ``/boot/``; pre-launched VM kernel images to ``/boot/``;
@ -112,12 +112,11 @@ pre-launched VMs (the Service VM is also a kind of pre-launched VM):
are overridden by the ``$(VMx bootargs)`` parameters. are overridden by the ``$(VMx bootargs)`` parameters.
The ``$(Service VM bootargs)`` parameter in the multiboot command is The ``$(Service VM bootargs)`` parameter in the multiboot command is
appended to the end of the Service VM kernel command line. This is useful appended to the end of the Service VM kernel command line. If a
to override some Service VM kernel command-line parameters because the command-line configuration parameter is specified more than once, the last
later one would be used if the same parameters were configured in the one wins and earlier ones are ignored. For example, adding
Linux kernel command line. For example, adding ``root=/dev/sda3`` will ``root=/dev/sda3`` will override the original root device for the Service
override the original root device to ``/dev/sda3`` for the Service VM VM kernel.
kernel.
All parameters after a ``#`` character are ignored since GRUB All parameters after a ``#`` character are ignored since GRUB
treats them as comments. treats them as comments.