summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index ed1499d..4e925d4 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -54,11 +54,13 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (operating-system*)
- (use-modules (machines amd64)
+ (use-modules (gnu system)
+ (machines amd64)
(suweren system))
((@ (gnu system) operating-system)
(kernel kernel-amd64)
(kernel-loadable-modules (list))
+ (kernel-arguments %default-kernel-arguments)
(bootloader (bootloader-mcdowell))
(keyboard-layout keyboard-layout-mcdowell)
(initrd initrd*)