diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mcdowell.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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*)) |