]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Jun 2021 21:18:21 +0000 (22:18 +0100)
commit0fd7a73c1bd2486b7a022f0f69bbcb2e0d9cb141
tree67d154cb2dd4bba44462caa3eb3c3a2cd4dd2c89
parentce549ff785db6e47392c30cca725661b421db7c9
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>
scripts/lib/wic/plugins/source/bootimg-pcbios.py