From 29a46e2f62cb7ef469b5c5568fc868ace43279cf Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Fri, 6 Apr 2018 23:55:53 +0200 Subject: Removed a comment --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.py b/archinstall.py index 01c48aad..a4abb3b0 100644 --- a/archinstall.py +++ b/archinstall.py @@ -142,7 +142,7 @@ if __name__ == '__main__': print('[E] Failed to setup disk encryption.') exit(1) - o = run('cryptsetup open {drive}{part2} luksdev --key-file {pwfile} --type luks2'.format(**args, part2=second)) # --key-file not tested + o = run('cryptsetup open {drive}{part2} luksdev --key-file {pwfile} --type luks2'.format(**args, part2=second)) o = run('file /dev/mapper/luksdev') # /dev/dm-0 if b'cannot open' in o: print('[E] Could not mount encrypted device.') -- cgit v1.2.3-70-g09d2