summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/wic.rst27
1 files changed, 15 insertions, 12 deletions
diff --git a/documentation/dev-manual/wic.rst b/documentation/dev-manual/wic.rst
index 213f143273..25180c5cb5 100644
--- a/documentation/dev-manual/wic.rst
+++ b/documentation/dev-manual/wic.rst
@@ -142,17 +142,18 @@ command to return the available Wic images as follows::
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 143 edgerouter Create SD card image for Edgerouter
144 beaglebone-yocto Create SD card image for Beaglebone 144 beaglebone-yocto Create SD card image for Beaglebone
145 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image 145 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 146 mkefidisk Create an EFI disk image
149 sdimage-bootpart Create SD card image with a boot partition
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
157Once you know the list of available 158Once you know the list of available
158Wic images, you can use ``help`` with the command to get help on a 159Wic images, you can use ``help`` with the command to get help on a
@@ -283,16 +284,18 @@ Use the following command to list the available kickstart files::
283 284
284 $ wic list images 285 $ wic list images
285 genericx86 Create an EFI disk image for genericx86* 286 genericx86 Create an EFI disk image for genericx86*
286 beaglebone-yocto Create SD card image for Beaglebone
287 edgerouter Create SD card image for Edgerouter 287 edgerouter Create SD card image for Edgerouter
288 qemux86-directdisk Create a QEMU machine 'pcbios' direct disk image 288 beaglebone-yocto Create SD card image for Beaglebone
289 directdisk-gpt Create a 'pcbios' direct disk image 289 qemuriscv Create qcow2 image for RISC-V QEMU machines
290 mkefidisk Create an EFI disk image 290 mkefidisk Create an EFI disk image
291 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin
291 directdisk Create a 'pcbios' direct disk image 292 directdisk Create a 'pcbios' direct disk image
292 systemd-bootdisk Create an EFI disk image with systemd-boot 293 efi-bootdisk
293 mkhybridiso Create a hybrid ISO image 294 mkhybridiso Create a hybrid ISO image
295 directdisk-gpt Create a 'pcbios' direct disk image
296 systemd-bootdisk Create an EFI disk image with systemd-boot
294 sdimage-bootpart Create SD card image with a boot partition 297 sdimage-bootpart Create SD card image with a boot partition
295 directdisk-multi-rootfs Create multi rootfs image using rootfs plugin 298 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image
296 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config 299 directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config
297 300
298When you use an existing file, you 301When you use an existing file, you