Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "- Add 60-block.rules in the installer (mga#20074)" | Thierry Vignaud | 2017-02-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commit bdac0595323a6417fb7365038c9777cde0060f58. Many testers are seeing the "I cannot read the partition table of device sda, it's too corrupted for me:(" message when the installer first examines the disks. It's likely that when the installer examines the partition table on the disk, that triggers the udev rule and causes the kernel to rescan the partition table. Unfortunately this coincides with the installer reading /proc/partitions to verify the kernel has the same view of the partitions, which can catch /proc/partitions in a partially updated state. After patching the ISO to remove the 60-block.rules file from stage 2, no failures happen in the installer. | ||||
* | use SHA-512 instead of blowfish | Frédéric Buclin | 2017-02-25 | 2 | -1/+2 |
| | | | | | | as the default password encryption (mga#20342) thus completing commit c0529b4c5858300c0bd9c94fd35540e1f105dfd6 | ||||
* | move installer release notes where they belong | Thierry Vignaud | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | - Add 60-block.rules in the installer (mga#20074) | Nicolas Lécureuil | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2017-02-17 | 1 | -4/+6 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-17 | 1 | -2/+2 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-16 | 1 | -4/+4 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-14 | 1 | -126/+142 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-14 | 1 | -75/+75 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-13 | 1 | -42/+48 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-12 | 1 | -60/+74 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-11 | 1 | -26/+50 |
| | |||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-11 | 1 | -365/+105 |
| | |||||
* | sync nonfree firmware list with kernel-4.9 | Thierry Vignaud | 2017-01-30 | 1 | -0/+2 |
| | |||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2017-01-27 | 1 | -31/+24 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Release 17.7117.71 | Pascal Terjan | 2017-01-18 | 1 | -0/+2 |
| | |||||
* | Update NEWS files | Pascal Terjan | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | Update NEWS files | Pascal Terjan | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | 17.7017.70 | Anne Nicolas | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anne Nicolas | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | left background for Mageia 6 | Anne Nicolas | 2017-01-17 | 1 | -0/+0 |
| | |||||
* | fix year... :-( | Thierry Vignaud | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | 17.6917.69 | Thierry Vignaud | 2017-01-12 | 1 | -0/+2 |
| | |||||
* | fix exception when clearing all partitions | Thierry Vignaud | 2017-01-07 | 1 | -0/+2 |
| | | | | it happens on !UEFI (mga#20083) | ||||
* | sync with kernel-4.9 | Thierry Vignaud | 2016-12-31 | 1 | -0/+1 |
| | | | | looks like nobobdy did 4.8... | ||||
* | disable audit logging by default as it floods the logs | Thomas Backlund | 2016-12-24 | 1 | -0/+3 |
| | |||||
* | 17.6817.68 | Thierry Vignaud | 2016-12-14 | 1 | -0/+2 |
| | |||||
* | (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) | ||||
* | 17.6717.67 | Pascal Terjan | 2016-12-14 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-13 | 2 | -8/+11 |
| | |||||
* | More int64 fixes | Pascal Terjan | 2016-12-12 | 1 | -3/+3 |
| | |||||
* | log latest fixes | Thierry Vignaud | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | 17.6517.65 | Thierry Vignaud | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | 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... | ||||
* | make sure ratio is an int64 (mga#19895) | Thierry Vignaud | 2016-12-12 | 1 | -2/+2 |
| | | | | as this is the variable that cause issues | ||||
* | show generic help too when using grub2 | Thierry Vignaud | 2016-12-11 | 1 | -0/+1 |
| | |||||
* | describe what skipping os-prober does (mga#18538) | Thierry Vignaud | 2016-12-11 | 1 | -0/+3 |
| | |||||
* | 17.6417.64 | Anne Nicolas | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | more int64 init (Thierry Viganud) (mga#19895) | Anne Nicolas | 2016-12-11 | 2 | -1/+4 |
| | |||||
* | 17.6317.63 | Anne Nicolas | 2016-12-09 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 17.6217.62 | Anne Nicolas | 2016-12-01 | 1 | -0/+5 |
| |