From 96bf02f67020374327528b6e0ec742499b516aba Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 28 Oct 2010 10:43:13 -0400 Subject: Remove init_crypto 0, this is in a separate service. --- systemd/fedora-storage-init | 2 -- 1 file changed, 2 deletions(-) (limited to 'systemd') 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 -- cgit v1.2.1