From 948878e9e3c2f4e9c8c77b11704d529f952d478c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 8 Mar 2021 16:09:51 +0100 Subject: Added some debugging. --- examples/guided.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 15f9ba1c..9c4f208a 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -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') -- cgit v1.2.3-54-g00ecf