From: Laurent Vivier Date: Wed, 27 Jun 2018 20:53:16 +0000 (+0200) Subject: qemu-binfmt-conf.sh: add persistent (F) flags X-Git-Tag: v3.0.0-rc0~23^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01ecd22a29173168950a27551d0f3490b493467c;p=thirdparty%2Fqemu.git qemu-binfmt-conf.sh: add persistent (F) flags Since kernel commit 948b701a607f (binfmt_misc: add persistent opened binary handler for containers) kernel allows to load the interpreter at the configuration time. In case of chroot, it allows to have the interpreter in the host root filesystem and not to copy it to the chroot filesystem. Signed-off-by: Laurent Vivier Message-Id: <20180627205317.10343-3-laurent@vivier.eu> --- diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh index 9900554608c..00c9c3aa166 100755 --- a/scripts/qemu-binfmt-conf.sh +++ b/scripts/qemu-binfmt-conf.sh @@ -161,6 +161,7 @@ usage() { cat <