YaST2 Developers Documentation: Network configuration

Network configuration

include/network/install.ycp
Installation routines

This module has an unstable interface.

All install.inf settings are stored in a global variable InstallInf.

Imports

  • Hostname
  • IP
  • NetworkDevices

Local Functions

local ReadInstallInfItem (path install_inf, string item, string var) -> boolean

Read one install.inf item

Parameters:
install_inf
item InstallInf map key
var install.inf SCR variable
Return value:
true on success
local ReadInstallInf () -> boolean

Read install.inf from the correct location

Return value:
true on success
local InstallModuleOptions (string module_name) -> string

Read module options from /etc/install.inf

Parameters:
module_name Module name
Return value:
module options, empty string if none