index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2021-01-19 23:48:15 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2021-01-19 23:48:15 +0100 |
commit | 0c40aafb2d5b08003f0f664d4a93643e2b774fed (patch) | |
tree | 934549c12ee8bc17940628d9fc6e084e1bfb4d2c /examples | |
parent | de248caa0c24df2d40777cf8bd9eb65d46961243 (diff) | |
parent | d0a02f39c8e9706035036deb71ae663dc559b52f (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 3ebdcd14..4bc65349 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -56,8 +56,6 @@ 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) |