index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 11:58:16 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-12-06 11:58:16 +0100 |
commit | 9fb08387deb16ff073c701fc16f5b3b77efbf29b (patch) | |
tree | 044ea4f3d1e613f460bc9c52c37406cc374aa094 /examples/guided.py | |
parent | 017b4b4fa90d4cb979e04919a1baf92e97876fd1 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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) |