Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable audit logging by default as it floods the logs | Thomas Backlund | 2016-12-24 | 5 | -4/+12 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2016-12-22 | 1 | -61/+7 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2016-12-22 | 1 | -48/+4 |
| | |||||
* | 2.40 | Thomas Backlund | 2016-12-22 | 2 | -1/+3 |
| | |||||
* | copy efiboot.img from boot.iso to toplevel isolinux/ so it can be re-used ↵ | Thomas Backlund | 2016-12-22 | 2 | -0/+4 |
| | | | | with CI and live isos | ||||
* | - try to dereference symbolic links in order to fix image size | Luc Menut | 2016-12-22 | 2 | -1/+3 |
| | | | | for FAT32 efiboot.img (mga#19323) | ||||
* | Revert "add extra space b/c of build issue (mga#18316)" | Thomas Backlund | 2016-12-22 | 2 | -2/+1 |
| | | | | This reverts commit fc255781e56bbddf3859e8941e4a3e93eee637fa. | ||||
* | Enable Live system to install additional packages from local repository. | Martin Whitaker | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | make code more explicit | Thierry Vignaud | 2016-12-19 | 1 | -1/+3 |
| | |||||
* | remove old pkgs from blacklist | Thierry Vignaud | 2016-12-19 | 1 | -1/+1 |
| | | | | | those packages are no more in rpmsrate and in most case do not even exist anymore in mageia | ||||
* | Slovenian translation updated | filip | 2016-12-14 | 1 | -1/+3 |
| | |||||
* | 17.6817.68 | Thierry Vignaud | 2016-12-14 | 2 | -1/+3 |
| | |||||
* | (size2time) enforce returning a float (mga#19930) | Thierry Vignaud | 2016-12-14 | 2 | -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 int64 | Thierry Vignaud | 2016-12-14 | 1 | -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) | ||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-12-14 | 1 | -62/+7 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-12-14 | 1 | -50/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2016-12-14 | 1 | -2/+4 |
| | |||||
* | 17.6717.67 | Pascal Terjan | 2016-12-14 | 2 | -1/+5 |
| | |||||
* | Fix accidental part fo previous commit | Pascal Terjan | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | 17.66 (should fix mga#19933 and mga#19930)17.66 | Pascal Terjan | 2016-12-13 | 2 | -1/+3 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-13 | 2 | -8/+11 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2016-12-13 | 1 | -1/+4 |
| | |||||
* | Fix french translation error | Nicolas Lécureuil | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | update | Thierry Vignaud | 2016-12-12 | 1 | -1/+3 |
| | |||||
* | sync with code | Thierry Vignaud | 2016-12-12 | 72 | -21527/+22819 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | fix installing drakdoc (it's not perl) | Thierry Vignaud | 2016-12-12 | 2 | -1/+2 |
| | |||||
* | log latest fixes | Thierry Vignaud | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | 17.6517.65 | Thierry Vignaud | 2016-12-12 | 3 | -1/+5 |
| | |||||
* | make sure progress_total is int64 (mga#19895) | Thierry Vignaud | 2016-12-12 | 1 | -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... | ||||
* | guard against ref to ref (eg: int64(0) vs 0) | Thierry Vignaud | 2016-12-12 | 1 | -1/+2 |
| | | | | | b/c ref(0) triggers "||=0" which would make the next commit to fail badly (mga#19895) | ||||
* | make sure ratio is an int64 (mga#19895) | Thierry Vignaud | 2016-12-12 | 1 | -2/+2 |
| | | | | as this is the variable that cause issues | ||||
* | make sure we won't again lost the special char | Thierry Vignaud | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | The ascii 15 (<SI>) special character in syslinux color codes is regularly lost b/c of some commands (eg: diff/patch), which broke color codes in syslinux (mga#18316). Just use chr() so that it'll never happen again | ||||
* | show generic help too when using grub2 | Thierry Vignaud | 2016-12-11 | 3 | -0/+3 |
| | |||||
* | describe what skipping os-prober does (mga#18538) | Thierry Vignaud | 2016-12-11 | 3 | -1/+9 |
| | |||||
* | 17.6417.64 | Anne Nicolas | 2016-12-11 | 2 | -1/+5 |
| | |||||
* | more int64 init (Thierry Viganud) (mga#19895) | Anne Nicolas | 2016-12-11 | 2 | -1/+4 |
| | |||||
* | 17.6317.63 | Anne Nicolas | 2016-12-09 | 3 | -1/+5 |
| | |||||
* | Force use of int64 for installed package size on i586 (mga#19895) | Pascal Terjan | 2016-12-07 | 2 | -1/+4 |
| | |||||
* | Skip check for boot partitions when building Live images (mga#19516). | Martin Whitaker | 2016-12-02 | 2 | -2/+4 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-12-01 | 1 | -61/+7 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-12-01 | 1 | -48/+24 |
| | |||||
* | allow disabling autologin on LXDM (mga#17616) | Nicolas Salguero | 2016-12-01 | 2 | -1/+4 |
| | |||||
* | 17.6217.62 | Anne Nicolas | 2016-12-01 | 2 | -1/+6 |
| | |||||
* | add grub2-editenv in list.xml | Anne Nicolas | 2016-12-01 | 1 | -0/+1 |
| | |||||
* | sta2 left background image | Anne Nicolas | 2016-12-01 | 1 | -0/+0 |
| | |||||
* | introduce drakdoc in order to look @ drakx POD doc | Thierry Vignaud | 2016-11-27 | 2 | -1/+3 |
| | |||||
* | 17.6117.61 | Thierry Vignaud | 2016-11-26 | 2 | -1/+3 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2016-11-20 | 1 | -0/+1 |
| | |||||
* | use scrot instead of fb2png (mga#19810) | Thierry Vignaud | 2016-11-20 | 3 | -2/+12 |
| | | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver |