mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: Default to newest linux-libre.
* gnu/system.scm (<operating-system>)[kernel]: Change default to LINUX-LIBRE.
This commit is contained in:
parent
ef872381ce
commit
57082417f3
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-4.0))
|
||||
(default linux-libre))
|
||||
(kernel-arguments operating-system-kernel-arguments
|
||||
(default '())) ; list of gexps/strings
|
||||
(bootloader operating-system-bootloader) ; <grub-configuration>
|
||||
|
|
Loading…
Reference in a new issue