Commit a568d6d9 authored by Kirill Smelkov's avatar Kirill Smelkov

t/qemu-runlinux: Mount bpf and fusectl filesystems

bpf is needed for tools like bpftrace.
fusectl is needed to observe things like /sys/fs/fuse/connections/X/waiting.
parent 6ab95220
......@@ -49,7 +49,8 @@ if [ $$ == 1 ]; then
mount -t sysfs none /sys
mount -t debugfs none /sys/kernel/debug
#mount -t bpf none /sys/fs/bpf
mount -t bpf none /sys/fs/bpf
mount -t fusectl none /sys/fs/fuse/connections
mount -t proc none /proc
mount -t devtmpfs none /dev
......
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