Commit a5c2e8cd authored by Pavel Emelyanov's avatar Pavel Emelyanov

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: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c3e91403
...@@ -4,4 +4,5 @@ set -e ...@@ -4,4 +4,5 @@ set -e
mount --make-rprivate / mount --make-rprivate /
umount -l /proc umount -l /proc
mount -t proc proc /proc/ mount -t proc proc /proc/
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc/
exec "$@" exec "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment