From 1d913f50ed630c7a1a2985e6ed8b9f4aa0bc08dd Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 8 Mar 2021 14:55:21 +0100 Subject: Added some debugging. --- examples/guided.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 0077b505..fbe6ea47 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -266,12 +266,13 @@ for i in range(5, 0, -1): print() signal.signal(signal.SIGINT, original_sigint_handler) -exit(0) """ Setup the blockdevice, filesystem (and optionally encryption). Once that's done, we'll hand over to perform_installation() """ -with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: +with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT) as fs: + print('Debug') + 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