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 }