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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
ce961e79a5
commit
769871496d
|
@ -105,9 +105,9 @@ complete this setup.
|
||||||
| openssh-server | Server-side support for secure connectivity and |
|
| openssh-server | Server-side support for secure connectivity and |
|
||||||
| | remote login using the SSH protocol |
|
| | remote login using the SSH protocol |
|
||||||
+--------------------+---------------------------------------------------+
|
+--------------------+---------------------------------------------------+
|
||||||
|software-defined + Run the automotive software defined cockpit +
|
| software-defined | Run the automotive software defined cockpit |
|
||||||
|-cockpit + which has graphic, media, sound and connectivity +
|
| -cockpit | which has graphic, media, sound and connectivity |
|
||||||
| + +
|
| | |
|
||||||
+--------------------+---------------------------------------------------+
|
+--------------------+---------------------------------------------------+
|
||||||
|
|
||||||
Add the ACRN hypervisor to the EFI Partition
|
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),
|
You will need to edit this file to adjust the kernel version (``linux`` section),
|
||||||
insert the ``PARTUUID`` of your ``/dev/sda3`` partition
|
insert the ``PARTUUID`` of your ``/dev/sda3`` partition
|
||||||
(``root=PARTUUID=<><UUID of rootfs partition>``) in the ``options`` section, and
|
(``root=PARTUUID=<UUID of rootfs partition>``) in the ``options`` section, and
|
||||||
add the ``hugepagesz=1G hugepages=2`` at end of the ``options`` section.
|
add the ``hugepagesz=1G hugepages=2`` at end of the ``options`` section.
|
||||||
|
|
||||||
Use ``blkid`` to find out what your ``/dev/sda3`` ``PARTUUID`` value is.
|
Use ``blkid`` to find out what your ``/dev/sda3`` ``PARTUUID`` value is.
|
||||||
|
|
Loading…
Reference in New Issue