mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-08 03:35:14 +00:00
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:
parent
f45c3bd279
commit
7b26b3484a
@ -80,8 +80,8 @@ complete this setup.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
# swupd bundle-add vim network-basic service-os kernel-pk \
|
# swupd bundle-add vim sudo network-basic service-os kernel-pk \
|
||||||
desktop openssh-server software-defined-cockpit
|
openssh-server software-defined-cockpit
|
||||||
|
|
||||||
.. table:: Clear Linux bundles
|
.. table:: Clear Linux bundles
|
||||||
:widths: auto
|
:widths: auto
|
||||||
@ -92,6 +92,8 @@ complete this setup.
|
|||||||
+====================+===================================================+
|
+====================+===================================================+
|
||||||
| vim | vim text editor |
|
| vim | vim text editor |
|
||||||
+--------------------+---------------------------------------------------+
|
+--------------------+---------------------------------------------------+
|
||||||
|
| sudo | sudo command |
|
||||||
|
+--------------------+---------------------------------------------------+
|
||||||
| network-basic | Run network utilities and modify network settings |
|
| network-basic | Run network utilities and modify network settings |
|
||||||
+--------------------+---------------------------------------------------+
|
+--------------------+---------------------------------------------------+
|
||||||
| service-os | Add the acrn hypervisor, the acrn devicemodel and |
|
| 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) |
|
| kernel-pk | Run the Intel "PK" kernel(product kernel source) |
|
||||||
| | and enterprise-style kernel with backports |
|
| | 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 |
|
| openssh-server | Server-side support for secure connectivity and |
|
||||||
| | remote login using the SSH protocol |
|
| | remote login using the SSH protocol |
|
||||||
+--------------------+---------------------------------------------------+
|
+--------------------+---------------------------------------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user