.
This commit is contained in:
parent
1c3e4384c4
commit
49b9fd0dc9
1 changed files with 3 additions and 5 deletions
|
@ -43,14 +43,12 @@
|
||||||
(file-systems
|
(file-systems
|
||||||
(cons*
|
(cons*
|
||||||
(file-system
|
(file-system
|
||||||
(device (uuid
|
(device (file-system-label "EFI\\x20System\\x20Partition"))
|
||||||
(read-partition-uuid
|
|
||||||
(find-partition-by-label "EFI System Partition"))))
|
|
||||||
#;(device "/dev/disk/by-partlabel/EFI\\x20System\\x20Partition")
|
#;(device "/dev/disk/by-partlabel/EFI\\x20System\\x20Partition")
|
||||||
(mount-point "/boot/efi")
|
(mount-point "/boot/efi")
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(file-system
|
(file-system
|
||||||
(device (find-partition-by-label "guix-root"))
|
(device (file-system-label "guix-root"))
|
||||||
#;(device "/dev/disk/by-partlabel/guix-root")
|
#;(device "/dev/disk/by-partlabel/guix-root")
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "xfs"))
|
(type "xfs"))
|
||||||
|
@ -58,7 +56,7 @@
|
||||||
(swap-devices
|
(swap-devices
|
||||||
(list
|
(list
|
||||||
(swap-space
|
(swap-space
|
||||||
(target (find-partition-by-label "swap"))
|
(target (file-system-label "swap"))
|
||||||
#;(target "/dev/disk/by-partlabel/swap")
|
#;(target "/dev/disk/by-partlabel/swap")
|
||||||
(discard? #t))))
|
(discard? #t))))
|
||||||
(users
|
(users
|
||||||
|
|
Loading…
Reference in a new issue