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:
Provides the neccesary bundles to perform BAT succesfully -
Provides the neccesary bundles to perform BAT succesfully
Basic LAMP Server (apache2, mariadb, php5)
Basic LAMP Server (apache2, mariadb, php5) +
Basic LNMP Server (nginx, mariadb, php5)
Basic LNMP Server (nginx, mariadb, php5) +
All the required pieces for running the Phoronix Test Suite -
Run the Phoronix testsuite +