docs: Readme
This commit is contained in:
parent
25d033632f
commit
fb6f4f3fba
1 changed files with 14 additions and 2 deletions
16
readme.md
16
readme.md
|
|
@ -270,9 +270,21 @@ kubectl apply -f kubernetes.yml
|
||||||
|
|
||||||
### What image formats are supported?
|
### 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)
|
[](https://starchart.cc/qemus/qemu-arm)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue