From 3b2aa3077cc62d7f3bde1be318fc3245ae343967 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 25 Oct 2013 08:15:31 +0200 Subject: [PATCH] 00-crypt.sh: call start_volumes instead of start_md_volumes We must make sure that all the volume types (including dmraid, which was missing) have a chance to start. --- defaults/initrd.d/00-crypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.d/00-crypt.sh b/defaults/initrd.d/00-crypt.sh index a9ed0cd..2628f30 100755 --- a/defaults/initrd.d/00-crypt.sh +++ b/defaults/initrd.d/00-crypt.sh @@ -297,6 +297,6 @@ start_luks() { # We postponed the initialization of raid devices # in order to avoid to assemble possibly degraded # arrays. - start_md_volumes + start_volumes fi }