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|.