summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/mcdowell.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index c4591be..42b3ada 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -69,6 +69,7 @@
(file-systems* (@ (machines amd64) file-systems*))
(firmware* (@ (machines amd64) firmware*))
(initrd* (@ (machines amd64) initrd*))
+ (%base-initrd-modules (@ (gnu system linux-initrd) %base-initrd-modules))
(kernel-amd64 (@ (machines amd64) kernel-amd64))
(swap-devices* (@ (machines amd64) swap-devices*)))
((@ (gnu system) operating-system)
@@ -80,6 +81,7 @@
(label (label-mcdowell (@ (gnu system) this-operating-system)))
(keyboard-layout keyboard-layout-mcdowell)
(initrd initrd*)
+ (initrd-modules %base-initrd-modules)
(firmware firmware*)
(host-name host-name*)
(file-systems (file-systems* host-name*))