Debugging
This commit is contained in:
parent
4c5be61918
commit
e94a8d8b25
|
|
@ -452,6 +452,8 @@ class Filesystem():
|
|||
self.blockdevice.partition[1].allow_formatting = True
|
||||
|
||||
if encrypt_root_partition:
|
||||
raise ValueError("moo")
|
||||
exit(1)
|
||||
log(f"Marking partition {self.blockdevice.partition[1]} as encrypted.", level=LOG_LEVELS.Debug)
|
||||
self.blockdevice.partition[1].encrypted = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue