guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: bayfront: Update the bootloader section.


From: Andreas Enge
Subject: 01/01: hydra: bayfront: Update the bootloader section.
Date: Tue, 20 Feb 2018 07:05:22 -0500 (EST)

andreas pushed a commit to branch master
in repository maintenance.

commit 26f7529137b22add894165e1ea88551b3dea5f74
Author: Andreas Enge <address@hidden>
Date:   Tue Feb 20 13:03:58 2018 +0100

    hydra: bayfront: Update the bootloader section.
    
    * hydra/bayfront.scm: Switch to bootloader-configuration. Let GRUB use the
    console for output.
---
 hydra/bayfront.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 461334f..ce42dd0 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -66,7 +66,10 @@ Happy hacking!\n"))
   (timezone "Europe/Paris")
   (locale "en_US.UTF-8")
 
-  (bootloader (grub-configuration (device "/dev/sda")))
+  (bootloader (bootloader-configuration
+               (bootloader grub-bootloader)
+               (target "/dev/sda")
+               (terminal-outputs '(console))))
 
   (mapped-devices (list (mapped-device
                          (source (list "/dev/sda2" "/dev/sdb2"))



reply via email to

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