mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-04 17:16:53 +00:00
initial commit with custom qemu
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
commit
524e1acd29
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
Dockerfile
|
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM resin/armv7hf-debian:jessie
|
||||
|
||||
ENV QEMU_EXECVE 1
|
||||
COPY . /usr/bin
|
3
cross-build-end
Executable file
3
cross-build-end
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/qemu-arm-static /bin/sh.real
|
||||
|
||||
mv /bin/sh.real /bin/sh
|
4
cross-build-start
Executable file
4
cross-build-start
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/qemu-arm-static /bin/sh
|
||||
|
||||
mv /bin/sh /bin/sh.real
|
||||
cp /usr/bin/sh-shim /bin/sh
|
BIN
qemu-arm-static
Executable file
BIN
qemu-arm-static
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user