mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: linux-libre: Build the FUSE module.
* gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
This commit is contained in:
parent
ed7485886e
commit
68276f164f
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ (define-public linux-libre
|
||||||
(substitute* ".config"
|
(substitute* ".config"
|
||||||
(("^# CONFIG_CIFS.*$")
|
(("^# CONFIG_CIFS.*$")
|
||||||
"CONFIG_CIFS=m\n")
|
"CONFIG_CIFS=m\n")
|
||||||
|
(("^# CONFIG_FUSE_FS.*$")
|
||||||
|
"CONFIG_FUSE_FS=m\n")
|
||||||
(("^# CONFIG_([[:graph:]]*)VIRTIO([[:graph:]]*) .*$"
|
(("^# CONFIG_([[:graph:]]*)VIRTIO([[:graph:]]*) .*$"
|
||||||
_ before after)
|
_ before after)
|
||||||
(string-append "CONFIG_" before "VIRTIO"
|
(string-append "CONFIG_" before "VIRTIO"
|
||||||
|
|
Loading…
Reference in a new issue