]> code.ossystems Code Review - openembedded-core.git/commit
wic: Introduce the --use-label partition parameter
authorKevin Hao <kexin.hao@windriver.com>
Wed, 12 Sep 2018 00:44:46 +0000 (08:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2018 07:18:09 +0000 (08:18 +0100)
commit51638edaa00befaed58e2def255d46ae44d9234f
tree7a9bbf34353a7ffcccad98e3b01e17dd6454626f
parent3e222bf3e0631b385dc46b02b6ba890451c291b2
wic: Introduce the --use-label partition parameter

We can use this parameter to make the wic use the label to name a
partition in /etc/fstab.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/help.py
scripts/lib/wic/ksparser.py
scripts/lib/wic/partition.py
scripts/lib/wic/plugins/imager/direct.py