From e3c5d45ea43b770b409bd2e4e932d971a61b3c1b Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Fri, 26 Apr 2019 09:22:19 -0700 Subject: [PATCH] Update command to verify CL root partition (#466) --- .../guides/maintenance/fix-broken-install.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/clear-linux/guides/maintenance/fix-broken-install.rst b/source/clear-linux/guides/maintenance/fix-broken-install.rst index f4f9c997..ed82a631 100644 --- a/source/clear-linux/guides/maintenance/fix-broken-install.rst +++ b/source/clear-linux/guides/maintenance/fix-broken-install.rst @@ -42,18 +42,19 @@ Mount root partition, verify, and fix We'll use `/dev/sda3/` as the root partition example. - #. Next, mount it. + #. Next, mount the partition to the `/mnt` folder. .. code-block:: bash sudo mount /dev/sda3 /mnt -#. Verify that you mounted the correct root partition by checking the list - of bundles that you installed on it. +#. Verify that you mounted the correct root partition by checking for some + files commonly found on |CL| systems. .. code-block:: bash - ls /usr/share/clear/bundles + cat /mnt/usr/lib/os-release + ls /mnt/usr/share/clear/bundles #. Next, run swupd to fix any issues on the target system. @@ -76,4 +77,4 @@ Mount root partition, verify, and fix sudo reboot -**Congratulations!** You successfully restored |CL|. \ No newline at end of file +**Congratulations!** You successfully restored |CL|.