aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 04:25:01 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 04:25:01 +0300
commit40053f90c54d26141f4e9aeae2fe8a93d80693c2 (patch)
treec366a7be8c96d450dad38f7c8b0619f1284c06a3 /rc.boot
parentb957059464e514ce8eebd2c7c215cf20839c2673 (diff)
downloadinit-40053f90c54d26141f4e9aeae2fe8a93d80693c2.tar.gz
init: remove crypttab parsing
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..."; {