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 | +--------------------+---------------------------------------------------+