From 410768be7e50bddcbdfabb522855fbbf9f15e75a Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Thu, 5 Dec 2019 13:33:39 -0800 Subject: [PATCH] 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 * Fix spacing syntax. Signed-off-by: Michael Vincerra * Clarify swupd scope re /var dir. Revise wording in Prereqs. Signed-off-by: Michael Vincerra --- .../guides/maintenance/fix-broken-install.rst | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/source/guides/maintenance/fix-broken-install.rst b/source/guides/maintenance/fix-broken-install.rst index 16323bde..58f4c824 100644 --- a/source/guides/maintenance/fix-broken-install.rst +++ b/source/guides/maintenance/fix-broken-install.rst @@ -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` 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` 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 *************************************