From b8a836c0c9db4bf9005f2446ba05513644a96cd9 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Wed, 30 Jul 2014 09:55:59 +0300 Subject: dev-manual: Added --fsoptions to wic --fsoptions support was recently added to wic, so document it. (From yocto-docs rev: 91efb698eea438083474c1e905dbaad3fffdbd81) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c98a8c6f75..bb84dcc1c9 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -4265,6 +4265,16 @@ swap + ‐‐fsoptions: + Specifies a free-form string of options to be + used when mounting the filesystem. + This string will be copied into the + /etc/fstab file of the + installed system and should be enclosed in + quotes. + If not specified, the default string + is "defaults". + --label label: Specifies the label to give to the filesystem to be made on the partition. -- cgit 1.2.3-korg