We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b199e96 commit 76fb1eaCopy full SHA for 76fb1ea
src/customize
@@ -59,7 +59,7 @@ function execute_chroot_script() {
59
elif [ "$EDITBASE_ARCH" == "aarch64" ] || [ "$EDITBASE_ARCH" == "arm64" ]; then
60
update-binfmts --enable qemu-aarch64
61
fi
62
- mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc || true
+ (mount | grep -q -v "type binfmt_misc") || mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
63
64
65
# black magic of qemu-arm-static
0 commit comments