Auto-Installation |
modules/Profile.ycp |
Profile handling |
|
|
Imports
Includes
Global Functions
|
|
|
global Profile () -> void
|
|
Constructor
global ReadProperties (map properties) -> void
|
|
Read Profile properties and Version
- Parameters:
global Import (map profile) -> void
|
|
Import Profile
- Parameters:
global Prepare () -> void
|
|
Prepare Profile for saving and remove empty data structs
Reset profile to initial status
global Save (string file) -> boolean
|
|
Save YCP data into XML
- Parameters:
- Return value:
global SaveProfileStructure (string parsedControlFile) -> boolean
|
|
Save the current data into a file to be read after a reboot.
@param -
- Parameters:
- Return value:
- See:
-
global ReadProfileStructure (string parsedControlFile) -> boolean
|
|
Read YCP data as the control file
- Parameters:
global convertLVM (list<map> lvm_standalone) -> list<map>
|
|
Provide Compatibility to older distributions.
- Parameters:
- Return value:
|
LVM configuration integrated into partitioning resource |
global convertRAID (list<map> raid_standalone) -> map
|
|
Provide Compatibility to older distributions.
- Parameters:
- Return value:
|
RAID configuration integrated into partitioning resource |
global Compat (map Install, map Configure) -> map<string, any>
|
|
General compatibility issues
- Parameters:
- Return value:
global ReadXML (string file) -> boolean
|
|
Read XML into YCP data
- Parameters:
|