42. .etc.install_inf

Agent for reading/writing /etc/install.inf

42.1. Description

Access type: read / write

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

42.2. Usage

Example 21. 

  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)
WARNING! Ini agent cannot handle multiple entries with the same name,
such as Alias in install.inf. Use .etc.install_inf_alias instead.