From 40053f90c54d26141f4e9aeae2fe8a93d80693c2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 04:25:01 +0300 Subject: init: remove crypttab parsing --- rc.boot | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.boot') 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..."; { -- cgit v1.2.3