From 7b26b3484aee4939072338592be58f3a3426dd36 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 27 Sep 2018 11:06:23 +0200 Subject: [PATCH] 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 --- doc/getting-started/apl-nuc.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index 26eca3ae0..b954504a1 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -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 | +--------------------+---------------------------------------------------+