public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] wic/help.py: document requirements for valid fstab generation
@ 2016-01-11 13:33 Joshua Lock
  2016-01-18  8:08 ` Ed Bartosh
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2016-01-11 13:33 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

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 <joshua.g.lock@intel.com>
---
 scripts/lib/wic/help.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index be334e7..f5587bb 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -629,6 +629,13 @@ DESCRIPTION
        If a <mountpoint> is not specified the partition will be created
        but will not be mounted.
 
+       Partitions with a <mountpoint> 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
-- 
2.5.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-18 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 13:33 [PATCH] wic/help.py: document requirements for valid fstab generation Joshua Lock
2016-01-18  8:08 ` Ed Bartosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox