diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mcdowell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index ee0c850..c99afca 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -48,11 +48,11 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define (operating-system*) - (use-modules (machines portable-bios) + (use-modules (machines amd64) (suweren system)) ((@ (gnu system) operating-system) + (kernel kernel-amd64) (bootloader (bootloader-mcdowell)) - (kernel kernel*) (keyboard-layout keyboard-layout-mcdowell) (initrd initrd*) (firmware firmware*) |