Packages check
List of Global Functions
CheckDB - Return false if db files are missing. Save missing files in the list not_found_files.
CheckMinimum - Check if all minimal required packages are installed.
CheckProductVersions - Check if target product is the same as the source (bug #45306)
InstallMissing - Install selected Packages. The packages are damaged or not install. Call CheckMinimum or VerifyPackages before.
OSRPkg - Constructor.
OpenPkg - Open the package database.
RepairDB - Repair or initialise a damaged package damaged. Call CheckDB before.
Reset - Reset the module settings.
VerifyPackages - Verify all specified packages.
List of Global Variables
error_text - Error text.
help_text - Help text to show errors.
install_missing_dialog_data - Dialog description for the install missing or damaged packages.
missing_packages - Not installed base packages or damaged packages.
not_found_files - Missing packages database files.
root_mountpoint - Mount point where the target system is mounted.
Return false if db files are missing. Save missing files in the list not_found_files.
Function parameters
string root
Return value
boolean
Check if all minimal required packages are installed.
Function parameters
string root
Return value
boolean
Check if target product is the same as the source (bug #45306)
Return value
boolean - true if product are the same
Install selected Packages. The packages are damaged or not install. Call CheckMinimum or VerifyPackages before.
Function parameters
boolean use_dialog
Return value
symbol
Repair or initialise a damaged package damaged. Call CheckDB before.
Return value
symbol
Dialog description for the install missing or damaged packages.