mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 17:02:00 +00:00
remove binfmt_misc on arm for now
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
@@ -15,7 +15,8 @@ initrd.img: Dockerfile mkinitrd.sh repositories $(ETCFILES)
|
||||
arm: initrd-arm.img
|
||||
|
||||
Dockerfile.armhf: Dockerfile
|
||||
cat Dockerfile | sed 's@FROM alpine@FROM justincormack/armhf-alpine@' | sed 's/syslinux//' > $@
|
||||
cat Dockerfile | sed 's@FROM alpine@FROM justincormack/armhf-alpine@' | sed 's/syslinux//' \
|
||||
| grep -v 'rc-update add binfmt_misc sysinit' > $@
|
||||
|
||||
initrd-arm.img: Dockerfile.armhf
|
||||
rm -f initrd-arm.img
|
||||
|
Reference in New Issue
Block a user