Skinny on btrfs

This commit is contained in:
Cyryl Płotnicki 2021-04-06 07:14:20 +01:00
parent e5b9a5b8da
commit a6ae96fe4c

View file

@ -76,17 +76,17 @@ EndSection
(mapped-devices (mapped-devices
(list (mapped-device (list (mapped-device
(source (source
(uuid "d47f7041-717d-4e6d-a3c4-f2f02cb39c1f")) (uuid "a3b9288c-5669-4b6d-80ec-206ce1d765e6"))
(target "cryptroot") (target "cryptroot")
(type luks-device-mapping)))) (type luks-device-mapping))))
(file-systems (file-systems
(cons* (file-system (cons* (file-system
(mount-point "/")
(device "/dev/mapper/cryptroot")
(type "btrfs")
(dependencies mapped-devices))
(file-system
(mount-point "/boot/efi") (mount-point "/boot/efi")
(device (uuid "5B87-265F" 'fat32)) (device (uuid "5B87-265F" 'fat32))
(type "vfat")) (type "vfat"))
(file-system
(mount-point "/")
(device "/dev/mapper/cryptroot")
(type "ext4")
(dependencies mapped-devices))
%base-file-systems))) %base-file-systems)))