Removed redundant variable

This commit is contained in:
Anton Hvornum 2021-02-17 14:29:13 +01:00
parent 20b343c993
commit ad8389ccaf
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ def ask_to_configure_network():
#while 1:
# {MAC: Ifname}
interfaces = {'ISO-CONFIG' : 'Copy ISO network configuration to installation', **list_interfaces()}
storage['_guided']['network'] = None
nic = generic_select(interfaces.values(), "Select one network interface to configure (leave blank to skip): ")
if nic and nic != 'Copy ISO network configuration to installation':