mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
file-systems: %base-file-systems: Add tmpfs /run.
* gnu/system/file-systems (%runtime-variable-data): New variable. (%base-file-systems): Add it. * doc/guix.texi (File Systems): Document it. * gnu/services.scm (cleanup-gexp): Adjust accordingly. Change-Id: I3a95e49d396fbb2577026aefc247cfe996c5f267 Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Maxim Cournoyer
parent
c695de0d04
commit
e88018be70
@@ -18228,6 +18228,11 @@ The daemon itself is still able to write to the store: it remounts it
|
||||
read-write in its own ``name space.''
|
||||
@end defvar
|
||||
|
||||
@defvar %runtime-variable-data
|
||||
This file system is mounted as @file{/run} and contains system
|
||||
information data describing the system since it was booted.
|
||||
@end defvar
|
||||
|
||||
@defvar %binary-format-file-system
|
||||
The @code{binfmt_misc} file system, which allows handling of arbitrary
|
||||
executable file types to be delegated to user space. This requires the
|
||||
|
||||
Reference in New Issue
Block a user