diff options
Diffstat (limited to 'etc/modules-load.d')
| -rw-r--r-- | etc/modules-load.d/.gitignore | 1 | ||||
| -rw-r--r-- | etc/modules-load.d/Makefile.am | 2 | ||||
| -rw-r--r-- | etc/modules-load.d/zfs.conf | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/etc/modules-load.d/.gitignore b/etc/modules-load.d/.gitignore new file mode 100644 index 000000000000..fee921708337 --- /dev/null +++ b/etc/modules-load.d/.gitignore @@ -0,0 +1 @@ +*.conf diff --git a/etc/modules-load.d/Makefile.am b/etc/modules-load.d/Makefile.am new file mode 100644 index 000000000000..8a2955767b1e --- /dev/null +++ b/etc/modules-load.d/Makefile.am @@ -0,0 +1,2 @@ +dist_modulesload_DATA = \ + zfs.conf diff --git a/etc/modules-load.d/zfs.conf b/etc/modules-load.d/zfs.conf new file mode 100644 index 000000000000..44e1bb3ed906 --- /dev/null +++ b/etc/modules-load.d/zfs.conf @@ -0,0 +1,3 @@ +# The default behavior is to allow udev to load the kernel modules on demand. +# Uncomment the following line to unconditionally load them at boot. +#zfs |
