Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 4766301e..d9dfe0df 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -292,6 +292,7 @@ def perform_installation(device, boot_partition, language, mirrors):
Only requirement is that the block devices are
formatted and setup prior to entering this function.
"""
+ print('Installing on:', device)
with archinstall.Installer(device, boot_partition=boot_partition, hostname=archinstall.arguments.get('hostname', 'Archinstall')) as installation:
## if len(mirrors):
# Certain services might be running that affects the system during installation.