This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 5a9512e  hydra: honeycomb: Refer to the /boot/efi device by label.
5a9512e is described below

commit 5a9512e4cadb13f3627f99730bfa0b1a25678f30
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun May 5 17:09:31 2024 +0200

    hydra: honeycomb: Refer to the /boot/efi device by label.
    
    This is necessary because kreuzberg has /boot/efi on /dev/nvme0n1p1,
    not /dev/sda1.
    
    * hydra/modules/sysadmin/honeycomb.scm (honeycomb-system): Refer to the
    /boot/efi device by file system label.
---
 hydra/modules/sysadmin/honeycomb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 98a95c3..9d4696a 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -220,7 +220,7 @@ TIMEOUT ~a~%"
                            (mount-point "/")
                            (type "ext4"))
                          (file-system
-                           (device "/dev/sda1")
+                           (device (file-system-label "EFI"))
                            (mount-point "/boot/efi")
                            (type "vfat"))
                          %base-file-systems))

Reply via email to