zfs/contrib/dracut/90zfs
jozzsi b2196fbedf
Some checks failed
checkstyle / checkstyle (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
zloop / zloop (push) Has been cancelled
contrib: dracut: install dependent kernel modules
Eliminates the need for the following workaround

> Add other drivers to dracut:

```
if grep mpt3sas /proc/modules; then
  echo 'force_drivers+=" mpt3sas "'  >> /etc/dracut.conf.d/zfs.conf
fi
if grep virtio_blk /proc/modules; then
  echo 'filesystems+=" virtio_blk "' >> /etc/dracut.conf.d/fs.conf
fi
```

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jo Zzsi <jozzsicsataban@gmail.com>
Closes #17762
2025-09-23 16:58:38 -07:00
..
export-zfs.sh.in contrib/dracut: zfs-lib: export_all: replace with inline zpool export -a 2022-03-03 10:45:24 -08:00
import-opts-generator.sh.in Pass --enable=all to shellcheck within contrib/ 2021-11-30 10:23:10 -08:00
module-setup.sh.in contrib: dracut: install dependent kernel modules 2025-09-23 16:58:38 -07:00
mount-zfs.sh.in dracut: fix typo in mount-zfs.sh.in 2022-06-29 15:33:38 -07:00
parse-zfs.sh.in contrib; dracut: centralise root= parsing, actually support root=s 2022-04-20 16:44:47 -07:00
zfs-env-bootfs.service.in dracut: support mountpoint=legacy for root dataset 2023-08-08 09:38:34 -07:00
zfs-generator.sh.in contrib: dracut: fix race with root=zfs:dset when necessities required 2023-03-31 09:47:48 -07:00
zfs-lib.sh.in contrib: dracut: fix race with root=zfs:dset when necessities required 2023-03-31 09:47:48 -07:00
zfs-load-key.sh.in contrib: dracut: Do not timeout waiting for pw 2023-01-05 12:07:43 -08:00
zfs-needshutdown.sh.in contrib: dracut: zfs-needshutdown: don't list 2022-04-20 16:45:39 -07:00
zfs-nonroot-necessities.service.in contrib: dracut: fix race with root=zfs:dset when necessities required 2023-03-31 09:47:48 -07:00
zfs-rollback-bootfs.service.in Rollback before zfs root is mounted 2023-07-20 09:55:22 -07:00
zfs-snapshot-bootfs.service.in contrib: dracut: fix race with root=zfs:dset when necessities required 2023-03-31 09:47:48 -07:00