update shinji

This commit is contained in:
Murphy 2024-10-21 23:29:37 -04:00
parent fe5b074aae
commit 7e15a35953
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -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)))