update shinji
This commit is contained in:
parent
fe5b074aae
commit
7e15a35953
1 changed files with 8 additions and 4 deletions
|
@ -7,18 +7,22 @@
|
|||
|
||||
(mapped-devices (list (mapped-device
|
||||
(source (uuid
|
||||
"5c5dcb22-62b1-41af-9116-b8fdfba83ca2"))
|
||||
(target "cryptroot")
|
||||
"ad489bfa-4280-44ea-8ad2-60347b516d60"))
|
||||
(target "root")
|
||||
(type luks-device-mapping))))
|
||||
|
||||
(swap-devices (list (swap-space
|
||||
(target (uuid
|
||||
"57caa02d-8569-43e3-8bf9-09dd6f02b191")))))
|
||||
|
||||
(file-systems (cons* (file-system
|
||||
(mount-point "/")
|
||||
(device "/dev/mapper/cryptroot")
|
||||
(device "/dev/mapper/root")
|
||||
(type "btrfs")
|
||||
(dependencies mapped-devices))
|
||||
(file-system
|
||||
(mount-point "/boot/efi")
|
||||
(device (uuid "AD5A-4DF3"
|
||||
(device (uuid "6F93-6A0B"
|
||||
'fat32))
|
||||
(type "vfat"))
|
||||
%freya-file-systems)))
|
||||
|
|
Loading…
Reference in a new issue