guix-commits
[Top][All Lists]
Advanced

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

02/03: hydra: berlin: Adjust bootloader target drive.


From: Maxim Cournoyer
Subject: 02/03: hydra: berlin: Adjust bootloader target drive.
Date: Wed, 4 May 2022 09:29:15 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit 231e6ac062fa539ea8a3e1682bdf24c81b6d5dd1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue May 3 21:12:57 2022 -0400

    hydra: berlin: Adjust bootloader target drive.
    
    * hydra/berlin.scm [bootloader]: Adjust target to /dev/sdg, which is
    the device name of the root device when the 6 SSDs are connected.
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index d22a9ee..ec0eb35 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -251,7 +251,7 @@ Happy hacking!\n"))
   ;; Show the GRUB menu on the serial interface.
   (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
-               (targets '("/dev/sda"))
+               (targets '("/dev/sdg"))
                (terminal-inputs '(serial))
                (terminal-outputs '(serial))))
 



reply via email to

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