Update README.md
This commit is contained in:
parent
053b51a91b
commit
03fe1b8fd1
|
@ -30,12 +30,12 @@ The `native` variants for `amd64` only contain `qemu-system-x86_64` -- the non-`
|
|||
## For non-native
|
||||
|
||||
```console
|
||||
$ touch /hdimages/armhfp.qcow2
|
||||
$ touch /hdimages/armhf.qcow2
|
||||
$ docker run -it --rm \
|
||||
--device /dev/kvm \
|
||||
--name qemu-container-arm \
|
||||
--user="$(id --user):$(id --group)" \
|
||||
-v /hdimages/armhfp.qcow2:/tmp/hda.qcow2 \
|
||||
-v /hdimages/armhf.qcow2:/tmp/hda.qcow2 \
|
||||
-v /bootimages/initrd-debian11-armhf.gz:/tmp/initrd.gz \
|
||||
-v /bootimages/vmlinuz-debian11-armhf:/tmp/vmlinuz \
|
||||
-e QEMU_HDA=/tmp/hda.qcow2 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user