diff options
-rwxr-xr-x | systemd/fedora-storage-init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/systemd/fedora-storage-init b/systemd/fedora-storage-init index a9c12769..0e3a417e 100755 --- a/systemd/fedora-storage-init +++ b/systemd/fedora-storage-init @@ -6,8 +6,6 @@ [ -z "${cmdline}" ] && cmdline=$(cat /proc/cmdline) -[ -f /etc/crypttab ] && init_crypto 0 - if ! strstr "$cmdline" nompath && [ -f /etc/multipath.conf ] && \ [ -x /sbin/multipath ]; then modprobe dm-multipath > /dev/null 2>&1 |