| Message ID | 20260617074007.2599873-1-gael.portay@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [wic] bootimg_pcbios: fix typo in comment | expand |
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.