Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update Greek translation from Tx | Yuri Chornoivan | 2018-11-24 | 1 | -3/+4 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2018-11-23 | 1 | -3/+8 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2018-11-23 | 1 | -4/+4 |
| | |||||
* | enhance partition_table doc | Thierry Vignaud | 2018-11-22 | 3 | -7/+83 |
| | |||||
* | doc: explain how to support a bootloader | Thierry Vignaud | 2018-11-22 | 1 | -0/+46 |
| | |||||
* | update doc after previous commit | Thierry Vignaud | 2018-11-22 | 1 | -4/+12 |
| | | | | | should have been done with: commit 5583c3f9e8de83b614f0707c91ee40227ceec604 | ||||
* | explain | Thierry Vignaud | 2018-11-22 | 1 | -0/+1 |
| | |||||
* | 1.601.60 | Thierry Vignaud | 2018-11-22 | 2 | -1/+3 |
| | |||||
* | sort libDrakX modules | Thierry Vignaud | 2018-11-22 | 1 | -2/+2 |
| | |||||
* | Revert "add some missing perl bits, more needed" | Thierry Vignaud | 2018-11-22 | 2 | -43/+5 |
| | | | | | | | | | This reverts commit 25242cf5146d105a09332a35c1ce24cdc914bb3a. rationale: commit 25242cf5146d105a09332a35c1ce24cdc914bb3a added uneeded changes regarding perl modules b/c of the breakage fixed in commit 37fe7f743f5dd9fd5557d5b99489c4a98e720e0d | ||||
* | fix collecting needed perl files with glibc-2.26 | Thierry Vignaud | 2018-11-22 | 2 | -1/+2 |
| | | | | | | | | | | basically the ouput of strace changed with glibc-2.26: "Since version 2.26, the glibc wrapper function for open() employs the openat() system call, rather than the kernel's open() system call". so support both ways (in case it would be backported): open("foobar...) openat(AT_FDCWD, "foobar...) | ||||
* | add some missing perl bits, more needed | Thomas Backlund | 2018-11-22 | 2 | -5/+44 |
| | |||||
* | Update Portuguese translation from Tx | Yuri Chornoivan | 2018-11-21 | 1 | -8/+4 |
| | |||||
* | Update Portuguese translation from Tx | Yuri Chornoivan | 2018-11-21 | 1 | -7/+7 |
| |