diff options
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 6bdf46e190..bd8bbecb3d 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -5261,17 +5261,19 @@ command to return the available Wic images as follows:: | |||
5261 | 5261 | ||
5262 | $ wic list images | 5262 | $ wic list images |
5263 | genericx86 Create an EFI disk image for genericx86* | 5263 | genericx86 Create an EFI disk image for genericx86* |
5264 | beaglebone-yocto Create SD card image for Beaglebone | ||
5265 | edgerouter Create SD card image for Edgerouter | 5264 | edgerouter Create SD card image for Edgerouter |
5266 | qemux86-directdisk Create a QEMU machine 'pcbios' direct disk image | 5265 | beaglebone-yocto Create SD card image for Beaglebone |
5267 | directdisk-gpt Create a 'pcbios' direct disk image | 5266 | qemux86-directdisk Create a qemu machine 'pcbios' direct disk image |
5268 | mkefidisk Create an EFI disk image | ||
5269 | directdisk Create a 'pcbios' direct disk image | ||
5270 | systemd-bootdisk Create an EFI disk image with systemd-boot | 5267 | systemd-bootdisk Create an EFI disk image with systemd-boot |
5271 | mkhybridiso Create a hybrid ISO image | 5268 | mkhybridiso Create a hybrid ISO image |
5269 | mkefidisk Create an EFI disk image | ||
5272 | sdimage-bootpart Create SD card image with a boot partition | 5270 | sdimage-bootpart Create SD card image with a boot partition |
5273 | directdisk-multi-rootfs Create multi rootfs image using rootfs plugin | 5271 | directdisk-multi-rootfs Create multi rootfs image using rootfs plugin |
5272 | directdisk Create a 'pcbios' direct disk image | ||
5274 | directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config | 5273 | directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config |
5274 | qemuriscv Create qcow2 image for RISC-V QEMU machines | ||
5275 | directdisk-gpt Create a 'pcbios' direct disk image | ||
5276 | efi-bootdisk | ||
5275 | 5277 | ||
5276 | Once you know the list of available | 5278 | Once you know the list of available |
5277 | Wic images, you can use ``help`` with the command to get help on a | 5279 | Wic images, you can use ``help`` with the command to get help on a |