YaST2 Developers Documentation: Autoinstallation Configuration System



functions
files
intro

Autoinstallation Configuration System

include/autoinstall/io.ycp
I/O

Imports

  • FTP
  • HTTP
  • StorageDevices
  • TFTP
  • URL

Local Functions

local basename (string filePath) -> string

Basename

Parameters:
filePath
Return value:
basename

local dirname (string filePath) -> string

Get directory name

Parameters:
filePath
Return value:
dirname

local Get (string Scheme, string Host, string Path, string Localfile) -> boolean

Get control files from different sources

Parameters:
Scheme
Host
Path
Localfile
Return value:
true on success

YaST2 Developers Documentation