mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
system: Default to Linux-libre 4.0.
* gnu/system.scm (<operating-system>)[kernel]: Change default to LINUX-LIBRE-4.0.
This commit is contained in:
parent
94080a7263
commit
dcd9c2505c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ (define-record-type* <operating-system> operating-system
|
|||
make-operating-system
|
||||
operating-system?
|
||||
(kernel operating-system-kernel ; package
|
||||
(default linux-libre))
|
||||
(default linux-libre-4.0))
|
||||
(kernel-arguments operating-system-kernel-arguments
|
||||
(default '())) ; list of gexps/strings
|
||||
(bootloader operating-system-bootloader) ; <grub-configuration>
|
||||
|
|
Loading…
Reference in a new issue