aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index e1658315..40d67fdf 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -158,8 +158,6 @@ init_crypto() {
elif [ "${src/^\/dev\/disk\/by-uuid\/}" != "$src" ]; then
src=$(__readlink $src)
fi
- # Does it exist?
- [ -z "$src" ] && continue
# Is it a block device?
[ -b "$src" ] || continue
# Is it already a device mapper slave? (this is gross)