commit a190d53390ccd6a203dbae619fe06b07fe7d2826
parent 7f36c5f31878561c4ac081aec23950f99e6e77b5
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 28 Jul 2025 19:54:43 +0200
doc: add qemu-img convert example
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -240,6 +240,12 @@ sudo packer build \
The `variable.auto.pkrvars.hcl` contains all sensitive packer variables.
## Write Image to SD Card
+
+Convert qcow2 to img:
+```bash
+qemu-img convert intel0/intel0.qcow2 -O raw intel0.img
+```
+
To [write the resulting image file to the sd
card](https://www.raspberrypi.org/documentation/installation/installing-images/linux.md)
with `dd`: