Added some debugging.

This commit is contained in:
Anton Hvornum 2021-03-08 16:14:44 +01:00
parent 948878e9e3
commit 979d162551
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ 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:
for partition in archinstall.arguments['harddrive']:
print(partition)
exit(0)
# Use partitioning helper to set up the disk partitions.