YaST2 Developers Documentation: AIServer



functions
files
intro

AIServer

modules/AIServer.ycp
This module handles the configuration for auto-installation server

Imports

  • Misc

Functions

global AIServer () -> void

Constructer

local createSkelDir () -> void

Create skeleton directory

global initSource (boolean checkdir) -> boolean

initialize source

Parameters:
checkdir

local initIsoParams ()

Set paraeters for mkisofs command

global createISOCmd (string dest) -> string

Construct mkisofs command

Parameters:
dest name of resulting ISO file
Return value:
mkisofs command

global createISOSkeleton ()

Create Skeleton

global readMedia () -> string

Parse media data


YaST2 Developers Documentation