summaryrefslogtreecommitdiff
path: root/gnu/system/mapped-devices.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-01-24 22:43:14 +0100
committerLudovic Courtès <ludo@gnu.org>2017-01-24 23:09:10 +0100
commitd6d1cea624ad6869e4099672092516d7383204dc (patch)
tree12cd585af7c1575ee4daac187f9f82a33c587576 /gnu/system/mapped-devices.scm
parentff8b5a3ae7e62b43ad712b9d496bc84664ecfb73 (diff)
downloadguix-patches-d6d1cea624ad6869e4099672092516d7383204dc.tar
guix-patches-d6d1cea624ad6869e4099672092516d7383204dc.tar.gz
mapped-devices: 'source' can be a list of strings.
Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (<mapped-device>)[source]: Update comment to note that this can be a list of strings.
Diffstat (limited to 'gnu/system/mapped-devices.scm')
-rw-r--r--gnu/system/mapped-devices.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm
index 8ab861bf73..2959802c96 100644
--- a/gnu/system/mapped-devices.scm
+++ b/gnu/system/mapped-devices.scm
@@ -54,7 +54,7 @@
(define-record-type* <mapped-device> mapped-device
make-mapped-device
mapped-device?
- (source mapped-device-source) ;string
+ (source mapped-device-source) ;string | list of strings
(target mapped-device-target) ;string
(type mapped-device-type)) ;<mapped-device-kind>