mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
base-filesystem: also set up /run/ mount point if missing
We don't support images without, hence create this one too, like we create all other relevant mount points we definitely require for booting.
This commit is contained in:
parent
f44744ff51
commit
4d88d83924
@ -40,6 +40,7 @@ static const BaseFilesystem table[] = {
|
||||
{ "proc", 0555, NULL, NULL, true },
|
||||
{ "sys", 0555, NULL, NULL, true },
|
||||
{ "dev", 0555, NULL, NULL, true },
|
||||
{ "run", 0555, NULL, NULL, true },
|
||||
|
||||
/* 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…
x
Reference in New Issue
Block a user