diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-12-20 11:16:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-12-20 13:31:23 +0100 |
| commit | c551be8b29e95b8432aaede562fb5084967c15ac (patch) | |
| tree | 5e74e1df6ff47bd0bc002d6a85b10effce86fe05 /executor/executor_fuchsia.h | |
| parent | 6db1c30d5f4dfe75f2d6894fb8a3d6228d699d88 (diff) | |
tools/create-buildroot-image.sh: remove bogus mounts
Currently the following errors happen during boot:
mount: mounting mqueue on /dev/mqueue failed: No such file or directory
mount: mounting hugetlbfs on /dev/hugepages failed: No such file or directory
mount: mounting fuse.lxcfs on /var/lib/lxcfs failed: No such file or directory
Remove these mounts.
Mounting of /dev/mqueue and /dev/hugepages fails because these dirs don't exist
and the buildroot init does not create them for some reason. We can't pre-create
them because /dev is itself mounted as devtmpfs.
But we also don't need these mounts. Both mqueue and hugetlbfs are trivial to mount
and the fuzzer does not have problems mounting them locally and using (we have good
coverage anyway).
fuse.lxcfs is simply a fuse filesystem (".lxcfs" is ignored). We don't need to mount
an empty global fuse filesystem. And it won't work w/o a userspace server anyway.
Diffstat (limited to 'executor/executor_fuchsia.h')
0 files changed, 0 insertions, 0 deletions
