coreos / layering-examples

Apache License 2.0
105 stars 24 forks source link

Example building zfs kernel module #40

Closed jmarrero closed 1 year ago

jmarrero commented 1 year ago

Example of a third party kernel module like: https://openzfs.github.io/openzfs-docs/Getting%20Started/Fedora/index.html to show how to reply on the Docker build/rebase process instead of akmod or similar.

LeoSum8 commented 1 year ago

Thank you for this example!

Would it be doable/feasible to apply this as part of the provisioning process by implementing the steps mentioned in the readme in the ignition file (e.g. as oneshot units):

I need to provision a system that has zfs support built in.

Also, would this survive updates or should they be disabled?