summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-08-14 11:56:22 +0200
committerLudovic Courtès <ludo@gnu.org>2014-08-15 16:26:28 +0200
commit6f22f3c9545d0f1a1d007f19b24f560bc8e51514 (patch)
tree4a4e4ed719528f3e928eef339bbee58be473c80e
parentae2189a9f20c5219b800cdf9eb14c9e522f298ec (diff)
downloadpatches-6f22f3c9545d0f1a1d007f19b24f560bc8e51514.tar
patches-6f22f3c9545d0f1a1d007f19b24f560bc8e51514.tar.gz
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.
-rw-r--r--gnu/system/linux-initrd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 62f95c5d74..e48b399a9d 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -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)