diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-13 15:14:41 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-20 15:07:07 +0100 |
| commit | 115aa0a4fd98174b75706294e4039ec2f0a98876 (patch) | |
| tree | c4adc8f6b3cdb9a3de3d565756062021cf9865d6 | |
| parent | b21d2b401e265b96849813a2bcb7780f163a1f89 (diff) | |
| download | poky-115aa0a4fd98174b75706294e4039ec2f0a98876.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>
| -rw-r--r-- | documentation/dev-manual/wic.rst | 28 |
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 | ||
| 157 | Once you know the list of available | 157 | Once you know the list of available |
| 158 | Wic images, you can use ``help`` with the command to get help on a | 158 | Wic 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 | ||
| 298 | When you use an existing file, you | 300 | When you use an existing file, you |
