From d582f6543e295b0d0c302bea9b869dad6974c8ba Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Mar 2025 06:29:10 +0100 Subject: [PATCH] docs: Readme (#205) --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 61ed984..073a325 100644 --- a/readme.md +++ b/readme.md @@ -127,17 +127,17 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu-arm/refs/heads/mas | `.vhdx` | Hyper-V | | `.vdi` | VirtualBox | - It will also accept `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more, as it automaticly extracts compressed files. - - You can also use a local image file directly, and skip the download altogether, by binding it in your compose file like this: + It will also accept files such as `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more, because it will automaticly extract compressed files. + Alternatively you can use a local image file directly, by binding it in your compose file: + ```yaml volumes: - ./example.iso:/boot.iso ``` - This way you can supply a `/boot.iso`, `/boot.img` or a `/boot.qcow2` file. The value of `BOOT` will be ignored in this case. - + This way you can supply either a `/boot.iso`, `/boot.img` or a `/boot.qcow2` file. The value of `BOOT` will be ignored in this case. + ### How do I change the storage location? To change the storage location, include the following bind mount in your compose file: