mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
Merge pull request #27658 from poettering/base-fs-run
base-filesystem: also set up /run/ mount point if missing
This commit is contained in:
commit
8a1b590591
@ -40,6 +40,11 @@ static const BaseFilesystem table[] = {
|
||||
{ "proc", 0555, NULL, NULL, true },
|
||||
{ "sys", 0555, NULL, NULL, true },
|
||||
{ "dev", 0555, NULL, NULL, true },
|
||||
{ "run", 0555, NULL, NULL, true },
|
||||
/* We don't add /tmp/ here for now (even though it's necessary for regular operation), because we
|
||||
* want to support both cases where /tmp/ is a mount of its own (in which case we probably should set
|
||||
* the mode to 1555, to indicate that noone should write to it, not even root) and when it's part of
|
||||
* the rootfs (in which case we should set mode 1777), and we simply don't know what's right. */
|
||||
|
||||
/* Various architecture ABIs define the path to the dynamic loader via the /lib64/ subdirectory of
|
||||
* the root directory. When booting from an otherwise empty root file system (where only /usr/ has
|
||||
|
Loading…
Reference in New Issue
Block a user