qemu-binfmt-conf.sh: add persistent (F) flags
commit01ecd22a29173168950a27551d0f3490b493467c
authorLaurent Vivier <laurent@vivier.eu>
Wed, 27 Jun 2018 20:53:16 +0000 (27 22:53 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 2 Jul 2018 18:16:35 +0000 (2 20:16 +0200)
tree86a89ab30bb024e99d4f3f1149d63b94534a3e0f
parent70a77984b3ecc8adc7be42cd22fa3fd103874e49
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 <laurent@vivier.eu>
Message-Id: <20180627205317.10343-3-laurent@vivier.eu>
scripts/qemu-binfmt-conf.sh