Simplify section "Boot a live desktop image to fix..." in fix-broken-install (#951)

* Simplify section Boot a live desktop image to fix...
- Remove include per request from @bktan8
- Make concise the Prereq's

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>

* Fix spacing syntax.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>

* Clarify swupd scope re /var dir. Revise wording in Prereqs.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
michael vincerra
2019-12-05 13:33:39 -08:00
committed by GitHub
parent 389887026e
commit 410768be7e
@@ -3,8 +3,7 @@
Fix a broken installation
#########################
This guide explains how to fix a broken installation of |CL-ATTR| using a live
desktop image on a USB.
This guide explains how to fix a broken installation of |CL-ATTR| using a live desktop image on a USB.
.. contents::
:local:
@@ -17,25 +16,21 @@ This guide assumes you have installed |CL| on a target system, but the OS
does not boot or function properly.
The process described in this guide can only verify and fix files that
:ref:`swupd<swupd-guide>` owns in :file:`/usr`. Files outside of this path, such
as :file:`/home/`, :file:`/etc`, :file:`/var`, etc., cannot be repaired by this
process.
:ref:`swupd<swupd-guide>` owns in :file:`/usr` and :file:`/var`. Files outside of this path, such as :file:`/home/`, :file:`/etc`, etc., cannot be repaired by this process.
Prerequisites
*************
* Download and install the live desktop image on a USB. See
:ref:`bare-metal-install-desktop` for install instructions.
* Download and burn the live desktop image on a USB.
See :ref:`bare-metal-install-desktop` for instructions.
Boot a live desktop image to fix target system
**********************************************
#. Boot the |CL| live desktop image.
.. include:: ../../get-started/bare-metal-install-desktop.rst
:start-after: install-on-target-start:
:end-before: install-on-target-end:
#. Select |CL| in the boot menu.
Mount root partition, verify, and fix
*************************************