guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: sysadmin: Remove deprecated bootloader configuration.


From: Ricardo Wurmus
Subject: 01/01: hydra: sysadmin: Remove deprecated bootloader configuration.
Date: Tue, 29 Jan 2019 03:29:32 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit f1091b4d29c1759df1f449463e9d0b65a6a96296
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jan 29 09:27:52 2019 +0100

    hydra: sysadmin: Remove deprecated bootloader configuration.
    
    * hydra/modules/sysadmin/build-machines.scm (build-machine-os): Use
    new bootloader configuration.
---
 hydra/modules/sysadmin/build-machines.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 7f1efc7..44fd060 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -52,7 +52,9 @@ HOST-NAME and accessibly by SYSADMINS, with the given 
AUTHORIZED-GUIX-KEYS."
     (timezone "Europe/Paris")
     (locale "en_US.UTF-8")
 
-    (bootloader (grub-configuration (device "/dev/sdX")))
+    (bootloader (bootloader-configuration
+                 (bootloader grub-bootloader)
+                 (target "/dev/sda")))
     (file-systems (cons (file-system
                           (device "my-root")
                           (title 'label)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]