Installation Server settings, input and output functions
List of Global Functions
Abort - Abort function
Export - Dump the instserver settings to a single map (For use by autoinstallation.)
Import - Get all instserver settings from the first parameter (For use by autoinstallation.)
Instserver - Constructor
Modified - Prototypes
Modified - Data was modified?
Overview - Create an overview table with all configured data
Read - Read all instserver settings
SetupFTP - Setup FTP server
SetupHTTP - Setup HTTP server
SetupNFS - Setup NFS Server
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all instserver settings
WriteSLPReg - Write SLP configuration
configSetup - Create XML Configuration
createLinks - Create links
createOrderFiles - Create yast directory with ordr/instorder files
List of Global Variables
AbortFunction - Abort function return boolean return true if abort
modified - Data was modified?
Dump the instserver settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Get all instserver settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Setup FTP server
Function parameters
string dir
string ftproot
string ftpalias
Return value
boolean
Create a textual summary and a list of unconfigured cards
Return value
list - summary of the current configuration
Write SLP configuration
Function parameters
map<string,any> cm
Return value
boolean
Create links
Function parameters
string dir
string product
list<string> files
Return value
list<string>