From 9fb08387deb16ff073c701fc16f5b3b77efbf29b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Dec 2020 11:58:16 +0100 Subject: Reverted last commit and added debugging in guided instead --- examples/guided.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index a4de0566..38894292 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -56,6 +56,8 @@ def perform_installation(device, boot_partition, language, mirrors): if archinstall.storage['_guided']['packages'] and archinstall.storage['_guided']['packages'][0] != '': installation.add_additional_packages(archinstall.storage['_guided']['packages']) + print('Installing:', archinstall.storage['_guided']['profile']['path'].strip()) + time.sleep(10) if 'profile' in archinstall.storage['_guided'] and len(profile := archinstall.storage['_guided']['profile']['path'].strip()): installation.install_profile(profile) -- cgit v1.2.3-54-g00ecf