summaryrefslogtreecommitdiff
path: root/gnu/system/file-systems.scm
Commit message (Expand)AuthorAgeFilesLines
* Instantiate nscd in each system container....Jason Conroy2020-10-011-5/+3
* file-systems: Leave room for extension in serialized specs....Ludovic Courtès2020-08-031-1/+3
* file-system: Add efivarfs support....Mathieu Othacehe2020-07-311-0/+12
* file-system: Add mount-may-fail? option....Mathieu Othacehe2020-07-311-3/+8
* file-systems: Add %debug-file-system....Mathieu Othacehe2020-07-311-0/+10
* file-systems: Convey hint via '&fix-hint'....Ludovic Courtès2020-07-251-4/+7
* bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer2020-05-201-0/+55
* file-systems: Add helpers for parsing the options string into an alist....Maxim Cournoyer2020-05-201-0/+31
* file-systems: mount the PID cgroup filesystem....Jakub Kądziołka2020-04-271-1/+2
* file-systems: Add a 'file-system-device->string' procedure....Maxim Cournoyer2020-03-021-0/+15
* file-systems: Mount /var/run/nscd read-write in containers....Ludovic Courtès2019-11-041-1/+4
* file-systems: Add /var/run/nscd to '%network-file-mappings'....Ludovic Courtès2019-09-121-1/+1
* file-systems: Use 'no-atime' for %IMMUTABLE-STORE....Ludovic Courtès2019-07-191-2/+2
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-141-3/+8
* file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès2018-05-281-12/+96
* file-systems: Do not export <file-system>....Ludovic Courtès2018-05-191-2/+1
* file-systems: Expound '%pseudo-file-system-types'....Ludovic Courtès2018-04-291-2/+2
* guix system: Report wrong file system 'device' fields....Ludovic Courtès2018-04-271-1/+8
* file-systems: Move %control-groups from %base-file-systems to...Mathieu Othacehe2017-12-221-31/+32
* file-systems: Do not mount hugetlb cgroup filesystem....Mathieu Othacehe2017-12-221-1/+1
* file-systems: Preserve UUID types when serializing....Ludovic Courtès2017-10-111-2/+8
* file-systems: Add a 'location' field to <file-system>....Ludovic Courtès2017-10-051-1/+5
* system: Introduce a disjoint UUID type....Ludovic Courtès2017-09-111-3/+5
* file-systems: Introduce (gnu system uuid)....Ludovic Courtès2017-09-111-18/+4
* file-systems: Add missing docstring....Ludovic Courtès2017-03-211-0/+2
* file-systems: Do not use (gnu packages …)....Ludovic Courtès2017-03-211-22/+5
* file-systems: Factorize file-system-packages....Danny Milosavljevic2017-03-181-0/+26
* file-systems: Add '%network-configuration-files' and '%network-file-mappings'....Ludovic Courtès2017-02-071-1/+23
* file-systems: Remove dependency on (guix store)....Ludovic Courtès2017-02-041-1/+14
* file-systems: Add 'file-system-mapping->bind-mount'....Ludovic Courtès2017-02-031-0/+17
* file-systems: 'file-system-needed-for-boot?' is #t for parents of the store....Ludovic Courtès2017-01-161-5/+33
* container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès2016-11-101-0/+11
* Add missing exports....Ludovic Courtès2016-09-271-0/+1
* Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."...Ludovic Courtès2016-09-011-1/+0
* Revert "services: elogind: Provide '%elogind-file-systems' by extension."...Mark H Weaver2016-08-221-0/+1
* services: elogind: Provide '%elogind-file-systems' by extension....Ludovic Courtès2016-08-221-1/+0
* ui: Remove dependency on (gnu system file-systems)....Ludovic Courtès2016-08-041-0/+18
* file-systems: Remove unneeded import....Ludovic Courtès2016-06-061-1/+0
* system: Add (gnu system mapped-devices)....Ludovic Courtès2016-04-181-31/+0
* gnu: system: Add elogind cgroup mount....Andy Wingo2016-03-071-1/+12
* file-systems: Move 'string->uuid' to the build side....Ludovic Courtès2016-01-011-40/+5
* file-systems: Add a 'mount?' field....Ludovic Courtès2015-12-221-1/+4
* system: File systems depend on their corresponding device mappings....Ludovic Courtès2015-10-291-3/+2
* linux-boot: Mount /dev as a devtmpfs from the start....Ludovic Courtès2015-09-201-14/+1
* file-systems: Add %elogind-file-systems; add it to %base-file-systems....Mark H Weaver2015-09-101-0/+22
* file-systems: Subsystem cgroups now depend on /sys/fs/cgroup....Ludovic Courtès2015-07-171-15/+20
* file-systems: Add a 'dependencies' field to <file-system>....Ludovic Courtès2015-07-171-1/+5
* file-systems: 'uuid' raises a syntax error for invalid UUIDs....Ludovic Courtès2015-07-161-2/+4
* file-systems: Allow users to specify file system UUIDs as strings....Ludovic Courtès2015-07-141-0/+57
* gnu: file-systems: Fix typo....Mathieu Lirzin2015-07-131-1/+1