mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
jenkins: Mount binfmt misc in run_ct
The mountpoints.c test creates such mount and criu will try to kerndat-check one, so this fs should be on "host". Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
c3e9140304
commit
a5c2e8cd86
1 changed files with 1 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ set -e
|
|||
mount --make-rprivate /
|
||||
umount -l /proc
|
||||
mount -t proc proc /proc/
|
||||
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc/
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue