From 8eb68bd0d52d62c0361511139d7000549eeceee6 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Sat, 6 Jan 2024 18:36:03 -0700 Subject: systems: bard: use mainline kernel Signed-off-by: Kenny Ballou --- systems/bard.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/bard.scm b/systems/bard.scm index 255aebe6..5b033404 100644 --- a/systems/bard.scm +++ b/systems/bard.scm @@ -49,7 +49,7 @@ (define bard-system (operating-system - (kernel linux-lts) + (kernel linux) (firmware (list linux-firmware)) (initrd microcode-initrd) (host-name "bard") -- cgit v1.2.1