YaST2 Developers Documentation: Autoinstallation Configuration System

Autoinstallation Configuration System

include/autoinstall/io.ycp
I/O
  • Anas Nashif

This module has an unstable interface.

Imports

  • AutoinstConfig
  • FTP
  • HTTP
  • Installation
  • Storage
  • StorageDevices
  • String
  • 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
local GetURL (string url, string target) -> boolean

Get a file froma given URL

Parameters:
url
target
local CutWhitespace (string s) -> string

Remove leading and trailing whitespace

Parameters:
s