You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simpleimage/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
This script builds a bootable disk image usable to boot a Pine64 to Linux in
4
4
aarch64 mode.
5
5
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
+
6
9
## Minimal base image
7
10
8
11
The simpleimage format is only a minimal disk with partition table, bootloader
0 commit comments