[wic][PATCH] bootimg_pcbios: fix typo in comment
Gaël PORTAY <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Gaël PORTAY <[email protected]> Signed-off-by: Gaël PORTAY <[email protected]> --- src/wic/plugins/source/bootimg_pcbios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wic/plugins/source/bootimg_pcbios.py b/src/wic/plugins/source/bootimg_pcbios.py index 2ae4eb1..f87c337 100644 --- a/src/wic/plugins/source/bootimg_pcbios.py +++ b/src/wic/plugins/source/bootimg_pcbios.py @@ -26,7 +26,7 @@ logger = logging.getLogger('wic') class BootimgPcbiosPlugin(SourcePlugin): """ - Creates boot partition that is legacy BIOS firmare bootable with + Creates boot partition that is legacy BIOS firmware bootable with MBR/MSDOS as partition table format. Plugin will install caller selected bootloader directly to resulting wic image. -- 2.43.0