From fb6f4f3fba20af995fd17d4c7125df34f3726213 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Jun 2024 00:22:38 +0200 Subject: [PATCH] docs: Readme --- readme.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 390e622..4f1dd37 100644 --- a/readme.md +++ b/readme.md @@ -270,9 +270,21 @@ kubectl apply -f kubernetes.yml ### What image formats are supported? - You can set the `BOOT` URL to any `.iso`, `.img`, `.raw`, `.qcow2`, `.vhd`, `.vhdx`, `.vdi` or `.vmdk` file. + The `BOOT` URL accepts files in any of the following formats: - It will even automaticly extract compressed images, like `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more! + | **Extension** | **Format** | + |---|---| + | `.img` | Raw | + | `.raw` | Raw | + | `.iso` | Optical | + | `.qcow2` | QEMU | + | `.vmdk` | VMware | + | `.vhd` | VirtualPC | + | `.vhdx` | Hyper-V | + | `.vdi` | VirtualBox | + + > [!TIP] +> It will also accept `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more, as it automaticly extracts compressed files. ## Stars 🌟 [![Stars](https://starchart.cc/qemus/qemu-arm.svg?variant=adaptive)](https://starchart.cc/qemus/qemu-arm)