YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

include/network/install.ycp
Installation routines
All install.inf settings are stored in a global variable InstallInf.

Imports

  • Hostname

Includes

  • network/routines.ycp

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

YaST2 Developers Documentation