From ec2bee09f74293bf30cd06e62ae2a6845af09dda Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 28 Feb 2011 15:53:12 -0500 Subject: Add support for noauto crypt devices, to mirror systemd. --- rc.d/init.d/functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 63d1190e..5fd4742a 100644 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -751,6 +751,9 @@ init_crypto() { skip="yes" fi ;; + noauto) + skip="yes" + ;; verify) params="$params -y" ;; -- cgit v1.2.1