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.
master
Fabio Erculiani 11 years ago
parent a73aefd936
commit 3b2aa3077c

@ -297,6 +297,6 @@ start_luks() {
# We postponed the initialization of raid devices # We postponed the initialization of raid devices
# in order to avoid to assemble possibly degraded # in order to avoid to assemble possibly degraded
# arrays. # arrays.
start_md_volumes start_volumes
fi fi
} }

Loading…
Cancel
Save