summaryrefslogtreecommitdiff
path: root/gnu/system/mapped-devices.scm
Commit message (Expand)AuthorAgeFilesLines
* system: Mention '--skip-checks' in initrd diagnostics....Ludovic Courtès2018-09-231-1/+4
* linux-initrd: Report only missing modules, not all needed modules....Ludovic Courtès2018-07-291-10/+11
* linux-initrd: Try several file names when looking up modules....Ludovic Courtès2018-07-291-0/+4
* linux-initrd: Improve check of initrd modules....Ludovic Courtès2018-07-291-3/+3
* linux-initrd: Module check correctly handles hyphen vs. underscore....Ludovic Courtès2018-06-141-5/+11
* linux-initrd: Autoload known-module-aliases, again....Mark H Weaver2018-03-151-2/+2
* linux-initrd: Move 'check-device-initrd-modules' elsewhere....Ludovic Courtès2018-03-151-2/+47
* linux-initrd: Factorize 'check-device-initrd-modules'....Ludovic Courtès2018-03-071-17/+2
* guix system: Check for the lack of modules in the initrd....Ludovic Courtès2018-03-021-13/+40
* mapped-devices: 'luks-device-mapping' checks its source device....Ludovic Courtès2017-12-221-1/+23
* mapped-devices: Add 'location' and 'check' fields....Ludovic Courtès2017-12-221-2/+8
* system: Introduce a disjoint UUID type....Ludovic Courtès2017-09-111-2/+5
* mapped-devices: Cope with delayed appearance of LUKS source....Mark H Weaver2017-06-071-1/+11
* mapped-devices: 'source' can be a list of strings....Ludovic Courtès2017-01-241-1/+1
* mapped-devices: Use 'cryptsetup-static' in 'luks-device-mapping'....Ludovic Courtès2016-11-231-3/+5
* mapped-devices: Use 'mdadm-static' in 'raid-device-mapping'....Ludovic Courtès2016-10-271-3/+5
* mapped-devices: Properly open RAID devices....Ludovic Courtès2016-10-041-2/+2
* system: Use 'source-module-closure' where needed....Ludovic Courtès2016-09-051-2/+3
* mapped-devices: raid-device-mapping: Avoid non-top-level 'use-modules'....Ludovic Courtès2016-08-031-17/+20
* mapped-devices: Bail out when RAID sources don't show up....Ludovic Courtès2016-08-021-2/+6
* mapped-devices: Make RAID device opening message clearer....Ludovic Courtès2016-08-021-14/+18
* mapped-devices: Do not always use (gnu build file-systems)....Ludovic Courtès2016-08-021-8/+6
* system: Add mapped devices for RAID....Andreas Enge2016-07-251-1/+28
* services: <shepherd-service> no longer has an 'imported-modules' field....Ludovic Courtès2016-07-121-17/+17
* mapped-devices: LUKS partitions can be designated by their UUID....Ludovic Courtès2016-04-181-4/+25
* mapped-devices: 'mapped-device-service' takes a <mapped-device>....Ludovic Courtès2016-04-181-9/+7
* services: Move 'device-mapping-service' to (gnu system mapped-devices)....Ludovic Courtès2016-04-181-0/+31
* system: Move 'luks-device-mapping' to (gnu system mapped-devices)....Ludovic Courtès2016-04-181-1/+28
* system: Add (gnu system mapped-devices)....Ludovic Courtès2016-04-181-0/+53