mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 10:10:46 +01:00
docs: Mount fix
This commit is contained in:
@@ -10,7 +10,7 @@ Syntax follows standard `/etc/fstab` format:
|
|||||||
|
|
||||||
Usage: bastille mount TARGET HOST_PATH JAIL_PATH [filesystem_type options dump pass_number]
|
Usage: bastille mount TARGET HOST_PATH JAIL_PATH [filesystem_type options dump pass_number]
|
||||||
|
|
||||||
The 'options' string can include a comma-separated list of mount options, but must start with one of (rw,ro,rq,sw,xx) according to fstab documentation.
|
The 'options' string can include a comma-separated list of mount options, but must include one of (rw,ro,rq,sw,xx) according to fstab documentation.
|
||||||
|
|
||||||
Example: Mount a tmpfs filesystem with options.
|
Example: Mount a tmpfs filesystem with options.
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|||||||
Reference in New Issue
Block a user