From 71eb5fc77d44d63e072799a5e628de6fee479807 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 24 Jul 2024 23:34:55 +0200 Subject: feat!(machine): install microcode from nonguix in portable-bios --- systems/mcdowell.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 31c1a90..3853d17 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,7 +1,8 @@ (define-module (systems mcdowell) #:use-module (machines portable-bios) ; bootloader-configuration* - ; kernel* ; file-systems* + ; initrd* + ; kernel* #:use-module (suweren system) ; %suweren-operating-system #:use-module (users marekpasnikowski) ; marekpasnikowski-account ) @@ -18,6 +19,7 @@ (define operating-system* (%suweren-operating-system kernel* bootloader-configuration* + initrd* host-name* (file-systems* host-name*) users*)) -- cgit v1.2.3