summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* Update Tajik translation from TxYuri Chornoivan2017-02-161-1/+1
|
* Update Tajik translation from TxYuri Chornoivan2017-02-161-4/+4
|
* Update Tajik translation from TxYuri Chornoivan2017-02-141-126/+142
|
* Update Tajik translation from TxYuri Chornoivan2017-02-141-75/+75
|
* Update Catalan translation from TxYuri Chornoivan2017-02-131-1/+1
|
* Update Tajik translation from TxYuri Chornoivan2017-02-131-42/+48
|
* Update Tajik translation from TxYuri Chornoivan2017-02-121-60/+74
|
* Update Tajik translation from TxYuri Chornoivan2017-02-111-26/+50
|
* Update Tajik translation from TxYuri Chornoivan2017-02-111-365/+105
|
* sync nonfree firmware list with kernel-4.9Thierry Vignaud2017-01-301-0/+2
|
* Update Albanian translation from TxYuri Chornoivan2017-01-271-31/+24
|
* Update Catalan translation from TxYuri Chornoivan2017-01-231-1/+1
|
* Release 17.7117.71Pascal Terjan2017-01-181-0/+2
|
* Update NEWS filesPascal Terjan2017-01-181-0/+1
|
* Update NEWS filesPascal Terjan2017-01-171-0/+3
|
* 17.7017.70Anne Nicolas2017-01-171-0/+2
|
* update NEWSAnne Nicolas2017-01-171-0/+2
|
* left background for Mageia 6Anne Nicolas2017-01-171-0/+0
|
* fix year... :-(Thierry Vignaud2017-01-121-1/+1
|
* 17.6917.69Thierry Vignaud2017-01-121-0/+2
|
* fix exception when clearing all partitionsThierry Vignaud2017-01-071-0/+2
| | | | it happens on !UEFI (mga#20083)
* sync with kernel-4.9Thierry Vignaud2016-12-311-0/+1
| | | | looks like nobobdy did 4.8...
* disable audit logging by default as it floods the logsThomas Backlund2016-12-241-0/+3
|
* 17.6817.68Thierry Vignaud2016-12-141-0/+2
|
* (size2time) enforce returning a float (mga#19930)Thierry Vignaud2016-12-142-0/+6
| | | | | with the previous fix, the progress bar will now properly update on i586 will be a float between 0 & 1
* revert forcing $progress_total & $ratio to be int64Thierry Vignaud2016-12-141-3/+3
| | | | | | it's bogus as then, when not using native int64 (eg: i586), the ratio cannot be a float between 0 & 1 and thus the progress bar can never be updated (mga#19930)
* 17.6717.67Pascal Terjan2016-12-141-0/+4
|
* Fix accidental part fo previous commitPascal Terjan2016-12-141-1/+1
|
* 17.66 (should fix mga#19933 and mga#19930)17.66Pascal Terjan2016-12-131-0/+2
|
* More int64 fixesPascal Terjan2016-12-132-8/+11
|
* More int64 fixesPascal Terjan2016-12-121-3/+3
|
* log latest fixesThierry Vignaud2016-12-121-0/+1
|
* 17.6517.65Thierry Vignaud2016-12-121-0/+2
|
* make sure progress_total is int64 (mga#19895)Thierry Vignaud2016-12-121-1/+2
| | | | | | | | Else gtkval_modify() would complain the ref changes from eg 'SCALAR(0xbd2aa38)' to 'REF(0xbd2aa38)' Thus enables i586 install to go on Though "Time remaining" looks bogus...
* make sure ratio is an int64 (mga#19895)Thierry Vignaud2016-12-121-2/+2
| | | | as this is the variable that cause issues
* show generic help too when using grub2Thierry Vignaud2016-12-111-0/+1
|
* describe what skipping os-prober does (mga#18538)Thierry Vignaud2016-12-111-0/+3
|
* 17.6417.64Anne Nicolas2016-12-111-0/+4
|
* more int64 init (Thierry Viganud) (mga#19895)Anne Nicolas2016-12-112-1/+4
|
* 17.6317.63Anne Nicolas2016-12-091-0/+2
|
* Force use of int64 for installed package size on i586 (mga#19895)Pascal Terjan2016-12-072-1/+4
|
* Skip check for boot partitions when building Live images (mga#19516).Martin Whitaker2016-12-021-1/+1
|
* 17.6217.62Anne Nicolas2016-12-011-0/+5
|
* add grub2-editenv in list.xmlAnne Nicolas2016-12-011-0/+1
|
* sta2 left background imageAnne Nicolas2016-12-011-0/+0
|
* 17.6117.61Thierry Vignaud2016-11-261-0/+2
|
* add a FIXME noteThierry Vignaud2016-11-201-0/+1
|
* use scrot instead of fb2png (mga#19810)Thierry Vignaud2016-11-203-2/+12
| | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver
* 17.6017.60Thierry Vignaud2016-11-151-0/+2
|
* fix being unable to format a newly part (mga#19172)Thierry Vignaud2016-11-151-0/+4
| | | | | | previous test was using an unexported function as a side effect, we now correctly offer to format a unmounted partition (eg: when using "noauto" option in /etc/fstab)