Merge pull request #4020 from christoph-zededa/fix_doc_build_iso-efi

README.md: fix format parameter
This commit is contained in:
Avi Deitcher 2024-03-20 09:10:12 +01:00 committed by GitHub
commit b7bb183d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,8 +63,8 @@ Once you have built the tool, use
``` ```
linuxkit build linuxkit.yml linuxkit build linuxkit.yml
``` ```
to build the example configuration. You can also specify different output formats, eg `linuxkit build -format raw-bios linuxkit.yml` to to build the example configuration. You can also specify different output formats, eg `linuxkit build --format raw-bios linuxkit.yml` to
output a raw BIOS bootable disk image, or `linuxkit build -format iso-efi linuxkit.yml` to output an EFI bootable ISO image. See `linuxkit build -help` for more information. output a raw BIOS bootable disk image, or `linuxkit build --format iso-efi linuxkit.yml` to output an EFI bootable ISO image. See `linuxkit build -help` for more information.
### Booting and Testing ### Booting and Testing