openzfs / openzfs-docs

OpenZFS Documentation
https://openzfs.github.io/openzfs-docs/
135 stars 194 forks source link

fix dracut config in root on ZFS docs #425

Closed zeromind closed 1 year ago

zeromind commented 1 year ago

step 3 incorrectly uses "forced_drivers"; the dracut config option is "force_drivers" (force, not forced)

see https://github.com/search?q=repo%3Adracutdevs%2Fdracut+force_drivers&type=code

ghost commented 1 year ago

Thanks and applied onto PR https://github.com/openzfs/openzfs-docs/pull/423

You can view the upcoming, simplified guide here:

https://github.com/ne9z/openzfs-docs/blob/master/docs/Getting%20Started/RHEL-based%20distro/Root%20on%20ZFS.rst

Makes me wonder why dracut does not emit any warning or errors about a invalid config.

gmelikov commented 1 year ago

Thank you, merged in #423