Documentation: update list of bundles to be installed in GSG

Update the list of bundles to be installed in the Service OS. The
"desktop" bundle is no longer require as "software-defined-cockpit"
includes all media and graphics components.

Add "sudo" to the list (it was installed as part of the "desktop"
bundle previously).

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2018-09-27 11:06:23 +02:00 committed by David Kinder
parent f45c3bd279
commit 7b26b3484a

View File

@ -80,8 +80,8 @@ complete this setup.
.. code-block:: none
# swupd bundle-add vim network-basic service-os kernel-pk \
desktop openssh-server software-defined-cockpit
# swupd bundle-add vim sudo network-basic service-os kernel-pk \
openssh-server software-defined-cockpit
.. table:: Clear Linux bundles
:widths: auto
@ -92,6 +92,8 @@ complete this setup.
+====================+===================================================+
| vim | vim text editor |
+--------------------+---------------------------------------------------+
| sudo | sudo command |
+--------------------+---------------------------------------------------+
| network-basic | Run network utilities and modify network settings |
+--------------------+---------------------------------------------------+
| service-os | Add the acrn hypervisor, the acrn devicemodel and |
@ -100,9 +102,6 @@ complete this setup.
| kernel-pk | Run the Intel "PK" kernel(product kernel source) |
| | and enterprise-style kernel with backports |
+--------------------+---------------------------------------------------+
| desktop | Graphical desktop application, with Weston |
| | compositing window manager included |
+--------------------+---------------------------------------------------+
| openssh-server | Server-side support for secure connectivity and |
| | remote login using the SSH protocol |
+--------------------+---------------------------------------------------+