blob: 7da1215bc7518cdc7030b0e3a4634ba8a328cdf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
https://github.com/openzfs/zfs/commit/ebbfc6cb853d2d2f3f0671362d5ff5588be39e9d
https://github.com/openzfs/zfs/issues/13595
This patch is required because of the order in which we generate the initramfs
after installing modules.
--- b/contrib/dracut/90zfs/module-setup.sh.in
+++ a/contrib/dracut/90zfs/module-setup.sh.in
@@ -19,7 +19,7 @@
}
installkernel() {
+ instmods zfs
- instmods -c zfs
}
install() {
|