Unknown YCP Module |
This module has an unstable interface. |
Imports
Local VariablesLocal Functions |
Info:
Authors: Lukas Ocilka
Purpose: This script allows to setup network in first stage of installation.
See More: FATE #301967
$Id: inst_network_setup.ycp 57028 2009-04-29 10:58:09Z lslezak $
local
Action_WriteInstallInf ()
->
boolean
Writes network setings to the install.inf file.
local
actions_todo
->
list <string>
Example: network_settings =~ $[ "dns_server":"192.168.0.3", "gateway":"192.168.0.1", "ip_address":"192.168.1.100", "netmask":"255.255.255.0", "network_device":"eth2", "proxy_password":"pass", "proxy_port":"3128", "proxy_server":"cache.suse.cz", "proxy_user":"user", "setup_type":"static", "use_proxy":true ]