YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • FileUtils
  • GetInstArgs
  • Hostname
  • IP
  • Internet
  • Label
  • Linuxrc
  • Mode
  • Netmask
  • NetworkService
  • Popup
  • Progress
  • Progress
  • Proxy
  • Report
  • Sequencer
  • Stage
  • String
  • Wizard

Local Variables

Local 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 ]