Changing debug information
This commit is contained in:
parent
4b7ea2aaa9
commit
bbbdc81a32
|
|
@ -85,9 +85,6 @@ class luks2:
|
|||
if type(password) != bytes:
|
||||
password = bytes(password, 'UTF-8')
|
||||
|
||||
partition.partprobe()
|
||||
time.sleep(10)
|
||||
|
||||
cryptsetup_args = shlex.join([
|
||||
'/usr/bin/cryptsetup',
|
||||
'--batch-mode',
|
||||
|
|
|
|||
Loading…
Reference in New Issue