]> code.ossystems Code Review - openembedded-core.git/commit
Use the label provided when formating a dos partition
authorjbouchard <jeanbouch418@gmail.com>
Mon, 28 Jun 2021 00:28:37 +0000 (20:28 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 30 Jun 2021 06:04:53 +0000 (14:04 +0800)
commit2fc2d0874fcb51abda249218443a71a42d9f02e9
tree7146a53306b182f14271995b81702417560d67a5
parent9fc93ac6fdc3b12eed7fe4cc96ccbef3d5bb31b7
Use the label provided when formating a dos partition

Previously the bootimg-pcbios wic plugin was not respecting
the --label option provided from the wks file. The plugin
was setting the label to 'boot'. With this fix, the --label
option is use. If no option are specified, then the default
is 'boot'.

Signed-off-by: jbouchard <jeanbouch418@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0fd7a73c1bd2486b7a022f0f69bbcb2e0d9cb141)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/lib/wic/plugins/source/bootimg-pcbios.py