aboutsummaryrefslogtreecommitdiff
path: root/live
diff options
context:
space:
mode:
Diffstat (limited to 'live')
-rw-r--r--live/iso.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/live/iso.nix b/live/iso.nix
index da21878..dd50681 100644
--- a/live/iso.nix
+++ b/live/iso.nix
@@ -131,11 +131,6 @@ if [ "$(id -u)" -eq 0 ]; then
exit 1
fi
-if [ ! -f "/tmp/secret.key" ]; then
- echo "ERROR: You must create a passphrase in /tmp/secret.key for full disk encryption."
- exit 1
-fi
-
if [ ! -d "$HOME/toughnix/" ]; then
cd $HOME
git clone https://git.nullring.xyz/toughnix.git