From: Lennart Poettering Date: Mon, 15 May 2023 19:20:36 +0000 (+0200) Subject: base-filesystem: also set up /run/ mount point if missing X-Git-Tag: v254-rc1~470^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d88d83924429effef87518e4627df6fb683a879;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c index 8a50cc6ebb5..2d91e80ad60 100644 --- a/src/shared/base-filesystem.c +++ b/src/shared/base-filesystem.c @@ -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