Paste number 339718: | two mapped devices |
Pasted by: | divansantana |
When: | 5 years, 5 months ago |
Share: | Tweet this! | http://paste.lisp.org/+7A4M |
Channel: | None |
Paste contents: |
(bootloader (grub-configuration (device "/dev/vdb")))
(mapped-devices (list
(mapped-device
(source (list "/dev/vdb1" "/dev/vdc1"))
(target "/dev/md0")
(type raid-device-mapping))
(mapped-device
(source (uuid "fb29c6f6-b2c0-4c87-8651-4962b7125dc0"))
(target "crypt")
(type luks-device-mapping)
)))
(file-systems (cons (file-system
(device "/dev/mapper/crypt")
(title 'device)
(mount-point "/")
(type "ext4")
(dependencies (list "device-mapping-/dev/md0" "device-mapping-/dev/mapper/crypt")))
%base-file-systems))
This paste has no annotations.