[OE-core] [PATCH v3] wic: Introduce the --use-label partition parameter

2018-09-11 Thread Kevin Hao
We can use this parameter to make the wic use the label to name a partition in /etc/fstab. Signed-off-by: Kevin Hao Reviewed-by: Tom Rini --- v3: No change since v2, just rebase on the master branch. scripts/lib/wic/help.py | 18 +- scripts/lib/wic/ksparser.py

Re: [OE-core] [PATCH v3] wic: Introduce the --use-label partition parameter

2018-09-12 Thread Anuj Mittal
On 09/12/2018 08:44 AM, Kevin Hao wrote: > + --use-label: This option is specific to wic. It makes wic to use the > + label in /etc/fstab to specify a partition. If the > + --use-label and --use-uuid are used at the same time, > +

Re: [OE-core] [PATCH v3] wic: Introduce the --use-label partition parameter

2018-09-12 Thread Kevin Hao
On Thu, Sep 13, 2018 at 10:38:09AM +0800, Anuj Mittal wrote: > On 09/12/2018 08:44 AM, Kevin Hao wrote: > > + --use-label: This option is specific to wic. It makes wic to use > > the > > + label in /etc/fstab to specify a partition. If the > > + --