mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Add description for mount_opts with examples
This commit is contained in:
parent
d462c5ab8f
commit
b6bd3c7b12
1 changed files with 9 additions and 0 deletions
|
@ -302,6 +302,15 @@ boot, root and swap.
|
|||
- ``{fs}``: The filesystem of the partition.
|
||||
- ``{device_path}``: The device path of the partition.
|
||||
- ``{size}``: The size of the partition.
|
||||
- ``mount_opts``: Options to mount the partition with. This optional
|
||||
setting overwrites the default option list bootstrap-vz would
|
||||
normally use to mount the partiton (defaults). The List is specified
|
||||
as a string array where each option/argument is an item in that array.
|
||||
``optional`` Here some examples:
|
||||
- ``nodev``
|
||||
- ``nosuid``
|
||||
- ``noexec``
|
||||
- ``journal_ioprio=3``
|
||||
|
||||
The default command used by boostrap-vz is
|
||||
``['mkfs.{fs}', '{device_path}']``.
|
||||
|
|
Loading…
Add table
Reference in a new issue