Change detect x11 resolution: instead of only xdpyinfo using
at first xdpyinfo, at second xorg.log, at third xorg.conf,
then cmdline and default value 1024x768.
Add writable os_x11_resolution as base for os_x11_height and
os_x11_width.
os_x11_height and os_x11_width is readonly.
Ini function execute by merge action use /etc/calculate/ini.env instead
of /root/.calculate.
Empty second argument for ini function mean that variable in ini file
must be delete. Empty string (string in quotes) remove value of ini file
variable.
Version compare support version similar to 1.0_rc4_p20111212-r5 (some
suffix).
Fix getPartitionSize from partition with zero size.
Added
countPartitions - get count partition on devices by /sysfs.
getLvmGroups - get all LVM groups.
getLvmPartitions - get partitions using by LVM, specified by vg_name and
lv_name.
getPartitionDevice - get real deivce using by partition,lvm or mdraid
getDeviceType - get scheme of device (specified by syspath).
Example: disk-partition-raid-lvm
getRaidPartitions - get raid partitions.
getPartitionType - get partition table (primary,extended,logical)
getOsProberHash - generate hash for installed OS on all partitions.
Class process: add ability specify LANG by lang param.
Rewrite runOsCommand, genpassword, getpathenv.
Fix readFile function.
Add function selectVar to varsShare for selecting variables from matrix.
Add function getKernelUid by device.
Rewrite cl_kernel_uid fill method by using getKernelUid.