Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 12:03:36 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 12:03:36 +0100
commit1edb8f6f7224d7d715ce622266e9b5fdc8da3da2 (patch)
treefdf032af9e91f2008d0d876aab3af69e55a9870a /examples/guided.py
parentb6c6e414b1a46fed7f118e7c441cb29ba26b5dc8 (diff)
Added additional user-verification to guided.py
Also spelling error in subpath
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 38894292..3ebdcd14 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -226,6 +226,8 @@ archinstall.log("-- Guided template chosen (with below config) --", level=archin
archinstall.log(json.dumps(archinstall.storage['_guided'], indent=4, sort_keys=True, cls=archinstall.JSON), level=archinstall.LOG_LEVELS.Info)
print()
+input('Press Enter to continue.')
+
"""
Issue a final warning before we continue with something un-revertable.
We mention the drive one last time, and count from 5 to 0.