guix-commits
[Top][All Lists]
Advanced

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

01/04: hydra: bayfront: Specify the kernel.


From: Christopher Baines
Subject: 01/04: hydra: bayfront: Specify the kernel.
Date: Mon, 7 Jun 2021 09:55:18 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit ed24a843a82a59ec599ce5f3d03963e6ced5fa47
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 7 14:27:53 2021 +0100

    hydra: bayfront: Specify the kernel.
    
    Stick to an LTS Linux, as that seems sensible.
    
    * hydra/bayfront.scm (operating-system)[kernel]: Specify
    linux-libre-5.10.
---
 hydra/bayfront.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3d63bf6..fef4c47 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -733,6 +733,8 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
 
   (swap-devices '("/swap"))
 
+  (kernel linux-libre-5.10)
+
   ;; Add a kernel module for RAID-10.
   (initrd-modules (cons "raid10" %base-initrd-modules))
 



reply via email to

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