aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.boot b/rc.boot
index 1e9aded..66ad355 100755
--- a/rc.boot
+++ b/rc.boot
@@ -58,9 +58,6 @@ out "Remounting rootfs as ro..."; {
mount -o remount,ro / || emergency_shell
}
-[ -e /etc/crypttab ] && [ -x /bin/cryptsetup ] && {
- out "Activating encrypted devices..."
- parse_crypttab
}
out "Checking filesystems..."; {