Tom's changes to bare-metal-install.rst. Also adding a figure.

This commit is contained in:
Tullis, Michael L
2017-06-09 10:29:04 -07:00
parent 83e4e3b65e
commit fcdece9cf6
2 changed files with 13 additions and 7 deletions
@@ -299,23 +299,29 @@ Enter your new `<userid>` and the password you created earlier.
You should now be in the home directory of `<userid>`. The bundle
`os-clr-on-clr`_ contains the majority of applications that a developer or
system administrator would want but it does not include a graphical user
interface. The `os-utils-gui` bundle includes the XFCE graphical user
interface.
interface. The `desktop` bundle includes the Gnome DesktopManager and
additional supporting applications.
To test the :command:`sudo` command and ensure we set it up correctly, we can
install the XFCE :abbr:`GUI (graphical user interface)`.
install the Gnome Desktop Manager (gdm) and start it.
To install XFCE using swupd, enter the following command:
To install Gnome using swupd, enter the following command:
.. code-block:: console
sudo swupd bundle-add os-utils-gui
sudo swupd bundle-add desktop
To start xfce, enter the following command:
To start Gnome, enter the following command:
.. code-block:: console
startx
sudo systemctl start gdm
The Gnome Desktop should start as shown in figure 1:
.. figure:: figures/gnomedt.png
:alt: Gnome Desktop
Figure 1: Select :guilabel:`Gnome Desktop`
**Congratulations!**
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB