summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-13 15:14:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 14:40:29 +0100
commit0b3dd82d38f32735815bf799c5b45c93d515c124 (patch)
tree322efd93e25f9144c591698e70442dc422f26a51 /documentation/dev-manual
parent203c78b7196b277e03e9dbc6e878721bee3dc604 (diff)
downloadpoky-0b3dd82d38f32735815bf799c5b45c93d515c124.tar.gz
dev-manual: wic: update "wic list images" output
(From yocto-docs rev: b9791285e5df4fa124230d2da4dcabb67088e23b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/wic.rst28
1 files changed, 15 insertions, 13 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index 664f07a212..312f78c403 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -140,19 +140,19 @@ command to return the available Wic images as follows::
140 140
141 $ wic list images 141 $ wic list images
142 genericx86 Create an EFI disk image for genericx86* 142 genericx86 Create an EFI disk image for genericx86*
143 edgerouter Create SD card image for Edgerouter
144 beaglebone-yocto Create SD card image for Beaglebone 143 beaglebone-yocto Create SD card image for Beaglebone
145 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image 144 qemuriscv Create qcow2 image for RISC-V QEMU machines
146 systemd-bootdisk Create an EFI disk image with systemd-boot
147 mkhybridiso Create a hybrid ISO image
148 mkefidisk Create an EFI disk image 145 mkefidisk Create an EFI disk image
149 sdimage-bootpart Create SD card image with a boot partition 146 qemuloongarch Create qcow2 image for LoongArch QEMU machines
150 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin 147 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin
151 directdisk Create a 'pcbios' direct disk image 148 directdisk Create a 'pcbios' direct disk image
152 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config 149 efi-bootdisk
153 qemuriscv Create qcow2 image for RISC-V QEMU machines 150 mkhybridiso Create a hybrid ISO image
154 directdisk-gpt Create a 'pcbios' direct disk image 151 directdisk-gpt Create a 'pcbios' direct disk image
155 efi-bootdisk 152 systemd-bootdisk Create an EFI disk image with systemd-boot
153 sdimage-bootpart Create SD card image with a boot partition
154 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image
155 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config
156 156
157Once you know the list of available 157Once you know the list of available
158Wic images, you can use ``help`` with the command to get help on a 158Wic images, you can use ``help`` with the command to get help on a
@@ -284,15 +284,17 @@ Use the following command to list the available kickstart files::
284 $ wic list images 284 $ wic list images
285 genericx86 Create an EFI disk image for genericx86* 285 genericx86 Create an EFI disk image for genericx86*
286 beaglebone-yocto Create SD card image for Beaglebone 286 beaglebone-yocto Create SD card image for Beaglebone
287 edgerouter Create SD card image for Edgerouter 287 qemuriscv Create qcow2 image for RISC-V QEMU machines
288 qemux86-directdisk Create a QEMU machine 'pcbios' direct disk image
289 directdisk-gpt Create a 'pcbios' direct disk image
290 mkefidisk Create an EFI disk image 288 mkefidisk Create an EFI disk image
289 qemuloongarch Create qcow2 image for LoongArch QEMU machines
290 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin
291 directdisk Create a 'pcbios' direct disk image 291 directdisk Create a 'pcbios' direct disk image
292 systemd-bootdisk Create an EFI disk image with systemd-boot 292 efi-bootdisk
293 mkhybridiso Create a hybrid ISO image 293 mkhybridiso Create a hybrid ISO image
294 directdisk-gpt Create a 'pcbios' direct disk image
295 systemd-bootdisk Create an EFI disk image with systemd-boot
294 sdimage-bootpart Create SD card image with a boot partition 296 sdimage-bootpart Create SD card image with a boot partition
295 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin 297 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image
296 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config 298 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config
297 299
298When you use an existing file, you 300When you use an existing file, you