diff options
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r-- | systems/mcdowell.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 3853d17..ed1eaaa 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,6 +1,7 @@ (define-module (systems mcdowell) #:use-module (machines portable-bios) ; bootloader-configuration* ; file-systems* + ; firmware* ; initrd* ; kernel* #:use-module (suweren system) ; %suweren-operating-system @@ -20,6 +21,7 @@ (%suweren-operating-system kernel* bootloader-configuration* initrd* + firmware* host-name* (file-systems* host-name*) users*)) |