From a5a38deb607b86bb2bfb7550792b6bdf6d9acb1a Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Fri, 15 Feb 2019 15:45:09 -0800 Subject: [PATCH] Squashes commits. Align with Engineering to lock root if sudo/admin enabled - Omit requirement to login as root to set password from admin - Per release of clearlinux/clr-installer/pull/213 Signed-off-by: Michael Vincerra Simplifies wording in final two steps. Signed-off-by: Michael Vincerra --- .../bare-metal-install-beta.rst | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/source/clear-linux/get-started/bare-metal-install-beta/bare-metal-install-beta.rst b/source/clear-linux/get-started/bare-metal-install-beta/bare-metal-install-beta.rst index 6b2edf3c..5bafcc71 100644 --- a/source/clear-linux/get-started/bare-metal-install-beta/bare-metal-install-beta.rst +++ b/source/clear-linux/get-started/bare-metal-install-beta/bare-metal-install-beta.rst @@ -850,34 +850,10 @@ Finish installation .. note:: - Allow time for the graphical login to appear. This shows the administrative user assigned in `Recommended options`_. + Allow time for the graphical login to appear. This shows the administrative user that you created in `Recommended options`_. #. Log in as the adminstrative user. -#. Upon launch of the GUI, open a Terminal. - -#. In the Terminal, log into *root* for the first time. - - .. code-block:: bash - - sudo -i - -#. Enter password of administrative user to switch to root. - -#. Enter the command to change the root password: - - .. code-block:: bash - - passwd root - -#. Follow onscreen instructions to create a password for root. - -#. Enter :command:`exit` to return to the administative user. - -**Congratulations!** - -You have successfully installed |CL| on bare metal using the installer. - Next steps **********