commit: 254ab00f5f6552165a5ca0cd485cdc13e555ba8a
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 21:13:30 2022 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 21:13:30 2022 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=254ab00f
grs/MountDirectories.py: mount /run as tmpfs
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
grs/MountDirectories.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/grs/MountDirectories.py b/grs/MountDirectories.py
index 1ada579..36949d0 100644
--- a/grs/MountDirectories.py
+++ b/grs/MountDirectories.py
@@ -35,6 +35,7 @@ class MountDirectories():
{'dev/shm' : ('tmpfs', 'shm')},
'proc',
'sys',
+ {'run' : ('tmpfs', 'none')},
[portage, 'var/db/repos/gentoo'],
[package, 'var/cache/binpkgs']
]