From 769871496d26881de33b7eed168131d22b5fe7ba Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 26 Sep 2018 14:39:15 +0200 Subject: [PATCH] Getting Started Guide: minor clean-up Fix the delimiting character used when adding an extra row to a table so as to make it consistent with the other rows. Remove an extra set of "<>" Signed-off-by: Geoffroy Van Cutsem --- doc/getting-started/apl-nuc.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index 459287954..cb033a9df 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -105,9 +105,9 @@ complete this setup. | openssh-server | Server-side support for secure connectivity and | | | remote login using the SSH protocol | +--------------------+---------------------------------------------------+ - |software-defined + Run the automotive software defined cockpit + - |-cockpit + which has graphic, media, sound and connectivity + - | + + + | software-defined | Run the automotive software defined cockpit | + | -cockpit | which has graphic, media, sound and connectivity | + | | | +--------------------+---------------------------------------------------+ Add the ACRN hypervisor to the EFI Partition @@ -224,7 +224,7 @@ partition. Follow these steps: You will need to edit this file to adjust the kernel version (``linux`` section), insert the ``PARTUUID`` of your ``/dev/sda3`` partition - (``root=PARTUUID=<>``) in the ``options`` section, and + (``root=PARTUUID=``) in the ``options`` section, and add the ``hugepagesz=1G hugepages=2`` at end of the ``options`` section. Use ``blkid`` to find out what your ``/dev/sda3`` ``PARTUUID`` value is.