diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 08:07:50 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 08:07:50 +0200 |
commit | 33eecd41e77dfe7de708305eb40550b5d20b1cc0 (patch) | |
tree | b1abb55a276c46af8277b9f1524776645f0a145d /systems | |
parent | d9897bfa4bf75f0c8a0f6b178ae088c92f7c8157 (diff) |
refactor(portable-bios): change naming convention
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*) |