gnu: %default-extra-linux-options: Remove redundant options.

* gnu/packages/linux.scm (%default-extra-linux-options): Remove
  redundant options.
This commit is contained in:
David Craven 2016-09-26 12:08:15 +02:00
parent 33619c3ae0
commit 50dbc03647
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 2 additions and 12 deletions

View File

@ -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