mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2026-06-29 14:16:12 +03:00
initial commit with custom qemu
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Dockerfile
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
FROM resin/armv7hf-debian:jessie
|
||||||
|
|
||||||
|
ENV QEMU_EXECVE 1
|
||||||
|
COPY . /usr/bin
|
||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/qemu-arm-static /bin/sh.real
|
||||||
|
|
||||||
|
mv /bin/sh.real /bin/sh
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/qemu-arm-static /bin/sh
|
||||||
|
|
||||||
|
mv /bin/sh /bin/sh.real
|
||||||
|
cp /usr/bin/sh-shim /bin/sh
|
||||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user