diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-08-16 05:26:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-18 13:03:45 +0100 |
commit | f14b77b8ff2b75638170698e2dc5ea3799894a35 (patch) | |
tree | 62b1e6fa399960a61a1a1c3d9202d8ff9c21879b /documentation | |
parent | b7030dd10ef0b49a89ac384ee12d5b942f4a8fb0 (diff) | |
download | poky-f14b77b8ff2b75638170698e2dc5ea3799894a35.tar.gz |
dev-manual: update output of "wic list images"
Output order from "wic list images" is in different order, and was
missing a couple entries.
(From yocto-docs rev: 7df7356b8a306d7e77f0aab1f443fd1306c25620)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 |