
functions
files
intro
|
|
Configuration of Installation Server |
modules/Instserver.ycp |
| Installation Server settings, input and output functions |
|
|
|
Representation of the configuration of Installation Server.
Input and output routines.
Imports
- Call
- IP
- Package
- Popup
- Progress
- Report
- SLP
- Service
- Summary
- XML
Includes
Global Variables
Global Functions
Local Functions
|
|
|
|
global Modified () -> boolean
|
|
Prototypes
|
global modified -> boolean
|
|
Data was modified?
|
global AbortFunction -> boolean
|
|
Abort function
return boolean return true if abort
|
global Abort () -> boolean
|
|
Abort function
|
global Modified () -> boolean
|
|
Data was modified?
- Return value:
|
global createLinks (string dir, string product, list<string> files) -> list<string>
|
|
Create links
- Parameters:
|
global createOrderFiles (string dir) -> boolean
|
|
Create yast directory with ordr/instorder files
- Parameters:
- Return value:
|
local MountBind (string dir, string ftproot) -> boolean
|
|
Mount directory to avoid symlinks
- Parameters:
|
local ConfigureService (string module_auto, any resource) -> boolean
|
|
Configure service using _auto
- Parameters:
|
local ReadServiceSettings (string module_auto) -> any
|
|
Read service data using _auto
- Parameters:
|
global SetupFTP (string dir, string ftproot, string ftpalias) -> boolean
|
|
Setup FTP server
- Parameters:
|
local RunSuseConfigApache (boolean enable) -> void
|
|
Write Apache config
- Parameters:
|
global SetupHTTP (string dir, string alias) -> boolean
|
|
Setup HTTP server
- Parameters:
|
global SetupNFS (string dir, string options) -> boolean
|
|
Setup NFS Server
- Parameters:
|
global WriteSLPReg (map<string,any> cm) -> boolean
|
|
Write SLP configuration
- Parameters:
|
global Read () -> boolean
|
|
Read all instserver settings
- Return value:
|
local PrepareConfigs () -> list
|
|
Prepare map for writing into XML
- Return value:
|
global Write () -> boolean
|
|
Write all instserver settings
- Return value:
|
global configSetup () -> void
|
|
Create XML Configuration
|
global Import (map settings) -> boolean
|
|
Get all instserver settings from the first parameter
(For use by autoinstallation.)
- Parameters:
|
settings |
The YCP structure to be imported. |
- Return value:
Dump the instserver settings to a single map
(For use by autoinstallation.)
- Return value:
|
|
Dumped settings (later acceptable by Import ()) |
|
global Summary () -> list
|
|
Create a textual summary and a list of unconfigured cards
- Return value:
|
|
summary of the current configuration |
|
global Overview () -> list
|
|
Create an overview table with all configured data
- Return value:
|
global Instserver () -> void
|
|
Constructor
|