gnu: %default-extra-linux-options: Remove redundant options.
* gnu/packages/linux.scm (%default-extra-linux-options): Remove redundant options.
This commit is contained in:
parent
33619c3ae0
commit
50dbc03647
|
@ -187,18 +187,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
|
||||||
(search-path %load-path file)))
|
(search-path %load-path file)))
|
||||||
|
|
||||||
(define %default-extra-linux-options
|
(define %default-extra-linux-options
|
||||||
`(("CONFIG_NET_9P" . m)
|
`(;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
|
||||||
("CONFIG_NET_9P_VIRTIO" . m)
|
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)))
|
||||||
("CONFIG_VIRTIO_BLK" . m)
|
|
||||||
("CONFIG_VIRTIO_NET" . m)
|
|
||||||
;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html
|
|
||||||
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t)
|
|
||||||
("CONFIG_VIRTIO_PCI" . m)
|
|
||||||
("CONFIG_VIRTIO_BALLOON" . m)
|
|
||||||
("CONFIG_VIRTIO_MMIO" . m)
|
|
||||||
("CONFIG_FUSE_FS" . m)
|
|
||||||
("CONFIG_CIFS" . m)
|
|
||||||
("CONFIG_9P_FS" . m)))
|
|
||||||
|
|
||||||
(define (config->string options)
|
(define (config->string options)
|
||||||
(string-join (map (match-lambda
|
(string-join (map (match-lambda
|
||||||
|
|
Loading…
Reference in New Issue