index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-03-20 17:12:53 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-03-20 17:12:53 +0100 |
commit | 61504fc9270c24cac088bbf18fb6d623462ce790 (patch) | |
tree | a730bc635f7f716d96f469b9c84a59302e6f6a8e /examples/guided.py | |
parent | 54200bf476d004721a03c89ce1916fc7c79124a2 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 87f46b35..655fc29f 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -187,6 +187,8 @@ def ask_user_questions(): # Ask or Call the helper function that asks the user to optionally configure a network. if not archinstall.arguments.get('nic', None): archinstall.arguments['nic'] = archinstall.ask_to_configure_network() + if not archinstall.arguments['nic']: + archinstall.log(f"No network configuration was selected. Network is going to be unavailable until configured manually!", fg="yellow") def perform_installation_steps(): |