docs: Readme

This commit is contained in:
Kroese 2024-06-14 00:22:38 +02:00 committed by GitHub
parent 25d033632f
commit fb6f4f3fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)