From 78cd59b4f293b8bda4fc9f8b4accede5d6782580 Mon Sep 17 00:00:00 2001 From: Leona Date: Wed, 12 Oct 2016 11:11:56 -0700 Subject: [PATCH] clarify what the various bundle list commands do or show. add date for relevancy --- source/bundles_overview.rst | 64 ++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/source/bundles_overview.rst b/source/bundles_overview.rst index 9c8725cf..630d9121 100644 --- a/source/bundles_overview.rst +++ b/source/bundles_overview.rst @@ -27,22 +27,35 @@ diagram below gives an overall picture of it. :alt: bundles-overview + +To see a list of currently-installed bundles +============================================ + +.. code-block:: console + + # ls /usr/share/clear/bundles + + + +To see the list of optional bundles you can install +=================================================== + +.. code-block:: console + + # swupd bundle-add --list + + To add a bundle =============== -``# swupd bundle-add [bundle name]`` - -To see a list of installed bundles -================================== - -``# swupd bundle-add --list`` - -Or - -``# ls /usr/share/clear/bundles`` +.. code-block:: console + + # swupd bundle-add [bundle name] -Current list of available bundles: + + +Current list of available bundles as of ``[[12 October 2016]]``. .. raw:: html @@ -68,14 +81,7 @@ Current list of available bundles: bat Deprecated -

Provides the neccesary bundles to perform BAT succesfully -

  • Includes (kvm-host) bundle.
  • -
  • Includes (lamp-basic) bundle.
  • -
  • Includes (openstack-all-in-one) bundle.
  • -
  • Includes (openstack-test-suite) bundle.
  • -
  • Includes (pnp-tools-advanced) bundle.
  • -
  • Includes (storage-utils) bundle.
  • -
  • Includes (sysadmin-hostmgmt) bundle.
  • +

    Provides the neccesary bundles to perform BAT succesfully

    bootloader @@ -373,8 +379,11 @@ Current list of available bundles: lamp-basic - Active -

    Basic LAMP Server (apache2, mariadb, php5)

    + Deprecated +

    Basic LAMP Server (apache2, mariadb, php5) +

  • Includes (database-basic) bundle.
  • +
  • Includes (php-basic) bundle.
  • +
  • Includes (web-server-basic) bundle.
  • libX11client @@ -383,8 +392,11 @@ Current list of available bundles: lnmp-basic - WIP -

    Basic LNMP Server (nginx, mariadb, php5)

    + Deprecated +

    Basic LNMP Server (nginx, mariadb, php5) +

  • Includes (database-basic) bundle.
  • +
  • Includes (php-basic) bundle.
  • +
  • Includes (web-server-basic) bundle.
  • machine-learning-basic @@ -765,8 +777,10 @@ Current list of available bundles: os-testsuite-phoronix Active -

    All the required pieces for running the Phoronix Test Suite -

  • Includes (lamp-basic) bundle.
  • +

    Run the Phoronix testsuite +

  • Includes (database-basic) bundle.
  • +
  • Includes (php-basic) bundle.
  • +
  • Includes (web-server-basic) bundle.
  • Includes (machine-learning-basic) bundle.
  • Includes (os-utils-gui) bundle.