Loading nixos/modules/system/boot/luksroot.nix +4 −0 Original line number Diff line number Diff line Loading @@ -502,7 +502,11 @@ let echo -n "Passphrase for $device: " IFS= read -rs passphrase ret=$? echo if [ $ret -ne 0 ]; then die "End of file reached. Exiting shell." fi rm /crypt-ramfs/device echo -n "$passphrase" > /crypt-ramfs/passphrase Loading Loading
nixos/modules/system/boot/luksroot.nix +4 −0 Original line number Diff line number Diff line Loading @@ -502,7 +502,11 @@ let echo -n "Passphrase for $device: " IFS= read -rs passphrase ret=$? echo if [ $ret -ne 0 ]; then die "End of file reached. Exiting shell." fi rm /crypt-ramfs/device echo -n "$passphrase" > /crypt-ramfs/passphrase Loading