51. .etc.install_inf

51.1. Description

WARNING! Ini agent cannot handle multiple entries with the same name, such as Alias in install.inf. Use .etc.install_inf_alias instead.

File Name: /usr/share/YaST2/scrconf/etc_install_inf.scr

51.2. Usage

Example 22. 

  Dir(.etc.install_inf)
  (["IP", "Nameserver"])

  Read(.etc.install_inf.IP)
  ("1.2.3.4")

  Write(.etc.install_inf.IP, "5.6.7.8")
  (true)