guix/gnu/system
Ludovic Courtès 6ddb59607b
guix system: Report wrong file system 'device' fields.
Previously, if you wrote (device "my-label") without (title 'label),
you'd get:

  guix system: error: stat: No such file or directory: "my-label"

Now you get a proper error and a hint.

Reported by Pierre-Antoine Rouby.

* guix/scripts/system.scm (check-file-system-availability)[literal]: New
variable.  Loop over LITERAL.
* gnu/system/file-systems.scm (%pseudo-file-system-types): New variable.
* guix/ui.scm (display-hint): Make public.
2018-04-27 18:45:02 +02:00
..
examples
file-systems.scm guix system: Report wrong file system 'device' fields. 2018-04-27 18:45:02 +02:00
install.scm
linux-container.scm
linux-initrd.scm
locale.scm
mapped-devices.scm
nss.scm nss: Remove '%compat' from the defaults. 2018-03-27 23:26:15 +02:00
pam.scm
shadow.scm system: Add default '.nanorc' with syntax highlighting. 2018-04-04 23:14:35 +02:00
uuid.scm
vm.scm