commit a2e8a8d3353aa56c280dd40b1aee436bf44c8572
parent 3329d801408974f75f915b24bbde67ff2d37dbfd
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 19 Jan 2022 21:09:55 +0100
readme install qemu-user-static
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -85,6 +85,11 @@ cd ..
 cp packer-builder-arm-src/packer-builder-arm .
 ```
 
+Install the statically linked qemu (emulator) binary:
+```bash
+sudo apt-get install qemu-user-static
+```
+
 Run packer with a value file to build an image for one host:
 ```bash
 sudo packer build -var-file=hosts/pi0.json hashi-pi.json