linux-initrd: Load fscache.ko before the 9p modules.

* gnu/system/linux-initrd.scm (base-initrd)[virtio-9p-modules]: Add
  "fscache.ko", required by Linux-libre 3.16.
This commit is contained in:
Ludovic Courtès 2014-08-14 11:56:22 +02:00
parent ae2189a9f2
commit 6f22f3c954
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ exception and backtrace!)."
(define virtio-9p-modules
;; Modules for the 9p paravirtualized file system.
'("9pnet.ko" "9p.ko" "9pnet_virtio.ko"))
'("fscache.ko" "9pnet.ko" "9p.ko" "9pnet_virtio.ko"))
(define (file-system-type-predicate type)
(lambda (fs)