From: Maximilian Friedersdorff Date: Mon, 14 May 2018 13:20:45 +0000 (+0100) Subject: Launch rescue shell after decryption X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=a191bd11218f495873109b8de57814b9756d92b6;p=max%2Finitramfs.git Launch rescue shell after decryption --- diff --git a/init b/init index d9445bd..5d24645 100755 --- a/init +++ b/init @@ -15,6 +15,8 @@ rescue_shell() { # Unlock luks device /sbin/cryptsetup -T 5 luksOpen /dev/sdb3 lukssdb3 || rescue_shell +rescue_shell + # Create LVM nodes /dev/main/root etc /sbin/lvm vgscan --mknodes || rescue_shell /sbin/lvm lvchange -a ly main/root || rescue_shell