Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-01 14:47:22 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-01 14:47:22 +0200
commit8494014c3bc437984f6573bfc0281bc5a7351cda (patch)
tree94862ebc4fca6834acd26fd00b7060a504cce7d5 /examples
parent1cdd96f9aadfb86540a1aa8303e85fbc7fbfb77c (diff)
Debugging a bit
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f906df30..513fd56a 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -8,8 +8,9 @@ def perform_installation(device, boot_partition, language, mirrors):
"""
with archinstall.Installer(device, boot_partition=boot_partition, hostname=hostname) as installation:
while archinstall.service_state('reflector') != 'dead':
+ print(archinstall.service_state('reflector'))
time.sleep(0.25)
-
+
archinstall.use_mirrors(mirrors) # Set the mirrors for the live medium
if installation.minimal_installation():
installation.set_mirrors(mirrors) # Set the mirrors in the installation medium