From b6bd3c7b1213cacd4caaef3d585fe9bc70c1b8ba Mon Sep 17 00:00:00 2001 From: Michael Gerlach Date: Sat, 10 Dec 2016 16:42:52 +0100 Subject: [PATCH] Add description for mount_opts with examples --- manifests/README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/README.rst b/manifests/README.rst index d4dc260..69064c4 100644 --- a/manifests/README.rst +++ b/manifests/README.rst @@ -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}']``.