hosts/kirsty: use customize-linux
This commit is contained in:
parent
27f1e8299b
commit
c23e09ba63
3 changed files with 258 additions and 141 deletions
File diff suppressed because it is too large
Load diff
|
@ -14,8 +14,7 @@
|
|||
#:use-module (gnu system locale)
|
||||
#:use-module (gnu system setuid)
|
||||
#:use-module (nongnu packages linux)
|
||||
#:use-module (nongnu system linux-initrd)
|
||||
#:use-module (packages linux))
|
||||
#:use-module (nongnu system linux-initrd))
|
||||
|
||||
(define host-dir (dirname (module-filename (current-module))))
|
||||
|
||||
|
@ -29,7 +28,7 @@
|
|||
%default-locale-definitions))
|
||||
(locale "en_US.utf8")
|
||||
|
||||
(kernel (linux/config linux (string-append host-dir "/kernel.config")))
|
||||
(kernel (customize-linux #:linux linux #:defconfig (local-file (string-append host-dir "/kernel.config"))))
|
||||
(kernel-arguments '("mitigations=auto"))
|
||||
|
||||
(firmware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue