1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2025-09-06 17:47:34 +00:00

initial commit with custom qemu

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos
2015-12-24 14:54:20 -08:00
commit 524e1acd29
6 changed files with 21 additions and 0 deletions

9
sh-shim Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/qemu-arm-static /bin/sh.real
set -o errexit
cp /bin/sh.real /bin/sh
/bin/sh "$@"
cp /usr/bin/sh-shim /bin/sh