summaryrefslogtreecommitdiff
path: root/gnu/system/file-systems.scm
Commit message (Expand)AuthorAge
* system: Add (gnu system mapped-devices).Ludovic Courtès2016-04-18
* gnu: system: Add elogind cgroup mount.Andy Wingo2016-03-07
* file-systems: Move 'string->uuid' to the build side.Ludovic Courtès2016-01-01
* file-systems: Add a 'mount?' field.Ludovic Courtès2015-12-22
* system: File systems depend on their corresponding device mappings.Ludovic Courtès2015-10-29
* linux-boot: Mount /dev as a devtmpfs from the start.Ludovic Courtès2015-09-20
* file-systems: Add %elogind-file-systems; add it to %base-file-systems.Mark H Weaver2015-09-10
* file-systems: Subsystem cgroups now depend on /sys/fs/cgroup.Ludovic Courtès2015-07-17
* file-systems: Add a 'dependencies' field to <file-system>.Ludovic Courtès2015-07-17
* file-systems: 'uuid' raises a syntax error for invalid UUIDs.Ludovic Courtès2015-07-16
* file-systems: Allow users to specify file system UUIDs as strings.Ludovic Courtès2015-07-14
* gnu: file-systems: Fix typo.Mathieu Lirzin2015-07-13
* gnu: system: Add Linux container file systems.David Thompson2015-07-09
* gnu: system: Move file-system->spec to (gnu system file-systems).David Thompson2015-07-07
* gnu: system: Move <file-system-mapping> into (gnu system file-systems).David Thompson2015-07-07
* gnu: Add control group file systems.David Thompson2015-06-19
* system: Make /gnu/store a read-only bind mount by default.Ludovic Courtès2015-04-20
* Revert "system: Add a 'needed-for-boot?' field to 'mapped-device'."Ludovic Courtès2014-11-30
* system: Add a 'needed-for-boot?' field to 'mapped-device'.Ludovic Courtès2014-11-29
* file-systems: 'file-system-needed-for-boot?' always returns #t for "/".Ludovic Courtès2014-11-25
* system: Define 'device-mapping-kind', and add a 'close' procedure.Ludovic Courtès2014-09-18
* system: Add support for Linux-style mapped devices.Ludovic Courtès2014-09-12
* system: Add the 'system?' field for user groups.Ludovic Courtès2014-07-25
* system: Add missing exports to (gnu system file-systems).Mark H Weaver2014-07-23
* system: Add /dev/shm.Ludovic Courtès2014-07-23
* system: Add 'file-system' decl. for /dev/pts, and use the right options.Ludovic Courtès2014-07-23
* system: Add 'create-mount-point?' file system option.Ludovic Courtès2014-07-23
* system: Add '%devtmpfs-file-system' for udev, and '%base-file-systems'.Ludovic Courtès2014-07-22
* system: File system sources can be marked as labels or devices.Ludovic Courtès2014-06-03
* Add (gnu system file-systems).Ludovic Courtès2014-05-20