mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-12 07:36:02 +00:00
Update command to verify CL root partition (#466)
This commit is contained in:
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|.
|
||||
|
||||
Reference in New Issue
Block a user