Update command to verify CL root partition (#466)

This commit is contained in:
puneetse
2019-04-26 09:22:19 -07:00
committed by michael vincerra
parent 4e470a178f
commit e3c5d45ea4
@@ -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|.
**Congratulations!** You successfully restored |CL|.