Skip to content

Commit d1872d9

Browse files
committed
Added note about qemu-user-static package dependency
1 parent 63cb594 commit d1872d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simpleimage/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This script builds a bootable disk image usable to boot a Pine64 to Linux in
44
aarch64 mode.
55

6+
## Dependencies
7+
`qemu-user-static` is needed for creating and configuring the rootfs image. Failure to have this package installed will most likely result in a `cp: cannot stat '/usr/bin/qemu-aarch64-static': No such file or directory` type error.
8+
69
## Minimal base image
710

811
The simpleimage format is only a minimal disk with partition table, bootloader

0 commit comments

Comments
 (0)