diff options
Diffstat (limited to 'deployment/system/mcdowell.scm')
| -rw-r--r-- | deployment/system/mcdowell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/system/mcdowell.scm b/deployment/system/mcdowell.scm index 3627ec1..e5519bc 100644 --- a/deployment/system/mcdowell.scm +++ b/deployment/system/mcdowell.scm @@ -61,7 +61,7 @@ (define file-system-efi (let* ( (l-system-name (string-upcase system-name)) - (l-device (sovereign:devices:file-system-label l-system-name))) + (l-device (sovereign:devices:file-system-label "BOOT"))) (gnu:system:file-systems:file-system (inherit sovereign:devices:file-system/efi) (device l-device)))) @@ -100,7 +100,7 @@ (let* ( (l-guix-homes (list users:id1000:named-home-environment)) (l-guix-home-service (sovereign:systems:guix-home-service l-guix-homes)) - (l-bootloader (sovereign:devices:amd64:custom-bootloader-configuration system-name)) + (l-bootloader sovereign:devices:amd64:custom-bootloader-configuration) (l-file-systems (cons* file-system-root file-system-efi gnu:system:file-systems:%base-file-systems)) |
