Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-11 | 1 | -10/+10 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -5/+3 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -6/+6 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -4/+4 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -4/+5 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -11/+11 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -8/+8 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -44/+44 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -9/+7 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -71/+55 |
| | |||||
* | Update Chinese (Traditional) translation from Tx | Yuri Chornoivan | 2018-12-10 | 1 | -3/+3 |
| | |||||
* | bootloader: only prefer rEFInd if it installed in the root fs (mga#23944) | Martin Whitaker | 2018-12-08 | 3 | -1/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2018-12-07 | 1 | -4/+4 |
| | |||||
* | Update Estonian translation from Tx | Yuri Chornoivan | 2018-12-02 | 1 | -3/+4 |
| | |||||
* | 18.8.118.8.1 | Thomas Backlund | 2018-12-01 | 2 | -1/+3 |
| | |||||
* | dont select server kernel anymore on 32bit x86 with RAM > 3.8GB | Thomas Backlund | 2018-12-01 | 2 | -1/+2 |
| | |||||
* | better gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 3 | -5/+7 |
| | |||||
* | the PAE detection fix is mainly for installer... | Thierry Vignaud | 2018-12-01 | 1 | -0/+3 |
| | |||||
* | 2.35 | Thierry Vignaud | 2018-12-01 | 2 | -1/+3 |
| | |||||
* | gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 2 | -1/+2 |
| | | | | | | | | | | | | Before previous commit, compiling with gcc8 would have need: -Wno-error=format-overflow -Wno-error=format-security But now, only -Wno-error=format-truncation is needed. rationale: gcc bogusly complains about snprintf() being unsafe. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 | ||||
* | fix compiling with gcc8 | Thierry Vignaud | 2018-12-01 | 4 | -5/+7 |
| | |||||
* | - desktop kernels are now PAE, for PTI security fixes to work properly, | Thomas Backlund | 2018-12-01 | 2 | -1/+4 |
| | | | | so if cpu is not supporting it, install the desktop586 kernel | ||||
* | 2.55 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | 2.34 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | include nfs dracut module | Thierry Vignaud | 2018-11-30 | 3 | -2/+4 |
| | |||||
* | drop our own old unmaintained forked nfs code | Thierry Vignaud | 2018-11-30 | 5 | -1329/+1 |
| | | | | | we now got support for all NFS features, including NFSv4 & co server likely needs to be configured with 'insecure' | ||||
* | switch to using regular mount for nfs | Thierry Vignaud | 2018-11-30 | 3 | -8/+1 |
| | |||||
* | simplify now that we use standalone mount | Thierry Vignaud | 2018-11-30 | 2 | -10/+3 |
| | | | | | | Let mount uses the blkid library for guessing the filesystem type That's quite a lot better than manually trying a long list of potential fses | ||||
* | actually call regular mount | Thierry Vignaud | 2018-11-30 | 2 | -3/+14 |
| | | | | now that we've it in stage1 anyway (since using dracut) | ||||
* | 2.332.33 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | add support for disk-iso auto-install | Thierry Vignaud | 2018-11-30 | 2 | -5/+23 |
| | | | | | | eg: "method:disk,disk:vdb,partition:vdb1,dir:/Mageia/boot.iso" in the future, we might want to merge back !automatic & automatic paths | ||||
* | check for builtin modules in /sys/fs too | Thierry Vignaud | 2018-11-29 | 2 | -0/+7 |
| | | | | | | | | eg: ext4 is builtin but appears in /sys/fs, not in /sys/modules Alternatively we could have looked at /proc/filesytem contents like stage2 Thus we've better readable stage1 logs | ||||
* | advertize "ext4" rather than "ext2" | Thierry Vignaud | 2018-11-29 | 5 | -4/+6 |
| | |||||
* | 18.818.8 | Thierry Vignaud | 2018-11-28 | 2 | -1/+3 |
| | |||||
* | only install radeon-firmware if needed (mga#23911) | Thierry Vignaud | 2018-11-28 | 2 | -2/+3 |
| | | | | | | | | | aka if there's an ATI gfx card It would be better to use the FIRMWARE field from ldetect-lst XFdrake is supposed to handle it but for minimal installs w/o Xorg (mga#15203) 'microcode_ctl' could be later handled like 'microcode' | ||||
* | sync list of drivers needing a firmware with kernel 4.19 | Thierry Vignaud | 2018-11-28 | 2 | -13/+15 |
| | |||||
* | 18.718.7 | Thierry Vignaud | 2018-11-27 | 3 | -1/+5 |
| | |||||
* | typo fix | Thierry Vignaud | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | explain what is "ESP" on UEFI, through a tooltip | Thierry Vignaud | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | add support for tooltips in summary | Thierry Vignaud | 2018-11-27 | 1 | -1/+1 |
| | | | | (needed for next commit) | ||||
* | display "ESP" in summary under UEFI (cosmetics) | Thierry Vignaud | 2018-11-27 | 2 | -0/+2 |
| | |||||
* | open-vm-tools is handled through rpmsrate | Thierry Vignaud | 2018-11-27 | 2 | -1/+2 |
| | |||||
* | Update Danish translation from Tx | Yuri Chornoivan | 2018-11-25 | 1 | -6/+4 |
| | |||||
* | Update Danish translation from Tx | Yuri Chornoivan | 2018-11-25 | 1 | -2/+2 |
| | |||||
* | Update Slovenian translation from Tx | Yuri Chornoivan | 2018-11-25 | 1 | -1/+2 |
| | |||||
* | Check DM really is installed, not just present in /usr/share/X11.dm.d. | Martin Whitaker | 2018-11-25 | 2 | -1/+3 |
| | | | | | | The gdm.conf file is in the xinitrc package, so we can't rely on that to determine whether GDM is available. Even if we fix that, this makes our test more robust. | ||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2018-11-24 | 1 | -6/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2018-11-24 | 1 | -3/+3 |
| | |||||
* | Update Greek translation from Tx | Yuri Chornoivan | 2018-11-24 | 1 | -6/+7 |
| |