]> git.proxmox.com Git - zfsonlinux.git/blame - zfs/debian/patches/0002-always-load-ZFS-module-on-boot.patch
add 3 patches for lintian errors
[zfsonlinux.git] / zfs / debian / patches / 0002-always-load-ZFS-module-on-boot.patch
CommitLineData
00430d08
SI
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
7b1cd3b8 3Date: Fri, 19 Jan 2018 12:13:46 +0100
00430d08 4Subject: [PATCH] always load ZFS module on boot
7b1cd3b8 5MIME-Version: 1.0
00430d08 6Content-Type: text/plain; charset=UTF-8
7b1cd3b8
FG
7Content-Transfer-Encoding: 8bit
8
9since zfs-import-scan.service is disabled by default, and
10zfs-import-cache.service only gets started if a cache file exists, this
11is needed for zfs-mount, zfs-share and zfs-zed services in case ZFS is
12not actually used.
13
14Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
f587002c 15Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
7b1cd3b8
FG
16---
17 etc/modules-load.d/zfs.conf.in | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20diff --git a/etc/modules-load.d/zfs.conf.in b/etc/modules-load.d/zfs.conf.in
00430d08 21index 44e1bb3ed..7509b03cb 100644
7b1cd3b8
FG
22--- a/etc/modules-load.d/zfs.conf.in
23+++ b/etc/modules-load.d/zfs.conf.in
24@@ -1,3 +1,3 @@
00430d08
SI
25 # The default behavior is to allow udev to load the kernel modules on demand.
26 # Uncomment the following line to unconditionally load them at boot.
7b1cd3b8
FG
27-#zfs
28+zfs