Skip to content

Commit

Permalink
Update faqs.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jan 5, 2025
1 parent b178fc7 commit 4d9f15f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/faqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,12 @@ To make the root filesystem read-write:
mount -o remount,rw /
If you need to make a change to a folder that is mounted as an overlay, you can just unmount the overlay. For example:
If you need to make a change to a folder that is mounted as an overlay, you can just unmount the overlay (and remount the ssh host keys so you will be able to reconnect). For example:

.. code-block:: shell
umount -R /etc
Note: this command will unmount ``/etc/dropbear`` before unmounting ``/etc``. The ``/etc/dropbear`` directory is a "bind-mount" to ``/home/root/.dropbear``, which contains the tablet's SSH host keys. (This is why the rMPP's SSH host keys don't change when the OS is upgraded.)
If you need to be able to SSH into the tablet while the ``/etc`` overlay is un-mounted, you should mount ``/etc/dropbear`` again, the way it normally is:
.. code-block:: shell
mount -t bind /home/root/.dropbear /etc/dropbear
mount -t bind /home/root/.dropbear /etc/dropbear
To see a full list of folders that have overlays you can run the following command:

Expand Down

0 comments on commit 4d9f15f

Please sign in to comment.