From: Matthew Thode Date: Sat, 27 Jan 2018 06:42:55 +0000 (-0600) Subject: support kernels with built-in modules X-Git-Tag: 047~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c88c3215e83000bf32d3e1e45b8bad17a9f39615;p=thirdparty%2Fdracut.git support kernels with built-in modules Don't fail if modprobe fails to load a module, the kernel could have it statically compiled in. Signed-off-by: Matthew Thode --- diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 0554d9541..646c7c147 100644 --- a/modules.d/90multipath/multipathd.service +++ b/modules.d/90multipath/multipathd.service @@ -13,7 +13,7 @@ ConditionKernelCommandLine=!multipath=off [Service] Type=simple -ExecStartPre=/sbin/modprobe dm-multipath +ExecStartPre=-/sbin/modprobe dm-multipath ExecStart=/sbin/multipathd -s -d ExecReload=/sbin/multipathd reconfigure ExecStop=/sbin/multipathd shutdown