mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 23:38:24 +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
|
||||
|
||||
# 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 |
|
||||
+--------------------+---------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user