mount-setup: add a comment that the character/block device nodes are "optional" ...
authorLennart Poettering <lennart@poettering.net>
Thu, 3 May 2018 14:10:35 +0000 (16:10 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 May 2018 14:10:35 +0000 (23:10 +0900)
commitfe80fcc7e851f97704c29415b4d01a513c171d69
tree1d2db8b65104df7df5215ca94b63a9f9334d06cf
parent3e692b58d0f4c8bbc7ab54fac0f13d44688dd9e7
mount-setup: add a comment that the character/block device nodes are "optional" (#8893)

if we lack privs to create device nodes that's fine, and creating
/run/systemd/inaccessible/chr or /run/systemd/inaccessible/blk won't
work then. Document this in longer comments.

Fixes: #4484
src/basic/mount-util.c
src/core/mount-setup.c