From 806052a9e583c201931fc4a112e529dbfb55bcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gross?= Date: Mon, 21 Jul 2014 18:30:59 +0200 Subject: [PATCH] [mount] Add documentation for fstab option --- system/mount | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 system/mount diff --git a/system/mount b/system/mount old mode 100644 new mode 100755 index a2e0dc84171..db85f972110 --- a/system/mount +++ b/system/mount @@ -69,7 +69,14 @@ options: required: true choices: [ "present", "absent", "mounted", "unmounted" ] default: null - + fstab: + description: + - file to use instead of C(/etc/fstab). You shouldn't use that option + unless you really know what you are doing. This might be useful if + you need to configure mountpoints in a chroot environment. + required: false + default: /etc/fstab + notes: [] requirements: [] author: Seth Vidal