Add variable for network settigns.

lvmraid
Mike Hiretsky 13 years ago
parent c2eb37fac5
commit 079f581b13

@ -299,6 +299,10 @@ class Data:
# net setup (networkmanager or openrc)
os_install_net_conf = {}
# net service configured
os_install_net_settings = {'mode':'w',
'value':''}
# dhcp or not
os_install_net_dhcp_set = {}

Loading…
Cancel
Save