mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
doc: Add missing double quotes in ‘mapped-device’ snippet.
* doc/guix.texi (Mapped Devices): Add missing double quotes in ‘luks-device-mapping’ example. Change-Id: I5bcd980ec3d5d142ea37697575f539d640bc6466 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
d2a93e6113
commit
cf005b5107
1 changed files with 2 additions and 2 deletions
|
|
@ -18941,8 +18941,8 @@ given location at the time of the unlock attempt.
|
|||
;; Following definition would be equivalent to running:
|
||||
;; cryptsetup open --key-file /crypto.key /dev/sdb1 data
|
||||
(mapped-device
|
||||
(source "/dev/sdb1)
|
||||
(target "data)
|
||||
(source "/dev/sdb1")
|
||||
(target "data")
|
||||
(type luks-device-mapping)
|
||||
(arguments '(#:key-file "/crypto.key")))
|
||||
@end lisp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue