.
This commit is contained in:
parent
2dee4f2679
commit
27502bace9
1 changed files with 2 additions and 2 deletions
|
@ -32,12 +32,12 @@
|
||||||
(cons*
|
(cons*
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device
|
||||||
(partition-label "EFI System Partition"))
|
(label "EFI System Partition"))
|
||||||
(mount-point "/boot/efi")
|
(mount-point "/boot/efi")
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(file-system
|
(file-system
|
||||||
(device
|
(device
|
||||||
(file-system-label "guix-root"))
|
(label "guix-root"))
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "xfs"))
|
(type "xfs"))
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
|
|
Loading…
Reference in a new issue