index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-06-10 15:27:02 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-06-10 15:27:02 +0200 |
commit | 0946b73095dffe343f3ee8f622a565b77a6e8871 (patch) | |
tree | 116f2cddb95712aa0b11f2e9c6b0f43303840a3d /examples | |
parent | e8d38ea1a75a33d820ac32c995a80c1bc833a44d (diff) | |
parent | fcd0acfef261ad83f0d470957f94e6b046f66411 (diff) |
-rw-r--r-- | examples/guided.py | 5 |
diff --git a/examples/guided.py b/examples/guided.py index 57d4818b..2eb5fede 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -195,7 +195,10 @@ def perform_filesystem_operations(): with open("/var/log/archinstall/user_configuration.json", "w") as config_file: config_file.write(user_configuration) print() - + + if archinstall.arguments.get('dry_run'): + exit(0) + if not archinstall.arguments.get('silent'): input('Press Enter to continue.') |