Added some debugging.

This commit is contained in:
Anton Hvornum 2021-03-08 16:09:51 +01:00
parent 1ef63147d0
commit 948878e9e3
1 changed files with 3 additions and 0 deletions

View File

@ -271,6 +271,9 @@ signal.signal(signal.SIGINT, original_sigint_handler)
Once that's done, we'll hand over to perform_installation()
"""
with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT) as fs:
for partition in archinstall.arguments['harddrive'].partitions:
print(partition)
exit(0)
# Use partitioning helper to set up the disk partitions.
if disk_password:
fs.use_entire_disk('luks2')