From: Joshua Lock Date: Mon, 11 Jan 2016 13:33:51 +0000 (+0000) Subject: wic/help.py: document requirements for valid fstab generation X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a524ced19db05e776834cd1f1db03c68a05f9c0b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic/help.py: document requirements for valid fstab generation Without one of the --ondrive, --ondisk or --use-uuid options for a partition with a mountpoint specified the automatically generated fstab entry will be invalid. [YOCTO #8844] Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index be334e78142..f5587bbba78 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -629,6 +629,13 @@ DESCRIPTION If a is not specified the partition will be created but will not be mounted. + Partitions with a specified will be automatically mounted. + This is achieved by wic adding entries to the fstab during image + generation. In order for a valid fstab to be generated one of the + --ondrive, --ondisk or --use-uuid partition options must be used for + each partition that specifies a mountpoint. + + The following are supported 'part' options: --size: The minimum partition size. Specify an integer value