From 38e2e9ce8327284b2d516874308300aa96102fe9 Mon Sep 17 00:00:00 2001 From: Arvind Sankar Date: Sat, 11 Jul 2020 19:35:58 -0400 Subject: Centralize variable substitution A bunch of places need to edit files to incorporate the configured paths i.e. bindir, sbindir etc. Move this logic into a common file. Create arc_summary by copying arc_summary[23] as appropriate at build time instead of install time. Reviewed-by: Brian Behlendorf Signed-off-by: Arvind Sankar Closes #10559 --- etc/modules-load.d/zfs.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/modules-load.d/zfs.conf (limited to 'etc/modules-load.d/zfs.conf') diff --git a/etc/modules-load.d/zfs.conf b/etc/modules-load.d/zfs.conf new file mode 100644 index 000000000..44e1bb3ed --- /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 -- cgit v1.2.3