summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-13 11:46:55 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-13 11:46:55 +0200
commitea8bc1df3ae8a0ae6d190646e9d19ab1b16837a4 (patch)
treee2664712e77163286dc9209a1e072923a17a4803 /systems
parent2faa1e688ed658b6f2674af87d909e36651bc96e (diff)
refactor(mcdowell): implement kernel-loadable-modules
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index a738402..ed1499d 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -58,6 +58,7 @@
(suweren system))
((@ (gnu system) operating-system)
(kernel kernel-amd64)
+ (kernel-loadable-modules (list))
(bootloader (bootloader-mcdowell))
(keyboard-layout keyboard-layout-mcdowell)
(initrd initrd*)