summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* handle new amd_sfh HID driverThierry Vignaud2020-12-141-0/+2
|
* 2.52Thierry Vignaud2020-12-041-0/+2
|
* sync with kernel 5.10Thierry Vignaud2020-12-031-0/+1
|
* recognize more rtw88_*Thierry Vignaud2020-12-011-0/+2
|
* 2.51Martin Whitaker2020-11-301-0/+2
|
* mdk-stage1: configure wpa_supplicant to try both nl80211 and wextMartin Whitaker2020-11-301-0/+2
| | | | Some old wireless driver modules may only support wext.
* Improve stage 1 installer help for entering wireless keys/passphrases.Martin Whitaker2020-11-291-0/+3
| | | | Note that ASCII strings can now be used for WEP keys (mga#21042).
* 2.502.50Martin Whitaker2020-11-281-0/+2
|
* Add support for WPA/WPA2 in installer stage 1 (mga#9541).Martin Whitaker2020-11-281-0/+2
|
* 2.49Thierry Vignaud2020-10-141-0/+2
|
* sync with kernel 5.9Thierry Vignaud2020-10-141-0/+2
|
* fix version in logsThierry Vignaud2020-08-191-1/+1
|
* 2.48Thierry Vignaud2020-08-191-0/+2
|
* remove doble entryThierry Vignaud2020-08-191-0/+2
|
* 2.47Thierry Vignaud2020-06-281-0/+2
|
* sync with kernel 5.6/5.7Thierry Vignaud2020-06-281-0/+2
|
* 2.46Pascal Terjan2020-06-121-1/+3
|
* Use generic code for everything except DAC960Pascal Terjan2020-06-121-1/+1
|
* Update NEWSPascal Terjan2020-06-121-0/+2
|
* 2.45Pascal Terjan2020-06-111-0/+2
|
* Fix NVME code to work for disks with no vendorPascal Terjan2020-06-111-0/+2
|
* 2.44Pascal Terjan2020-06-111-0/+2
|
* Add support for NVME disks (mga#26708)Pascal Terjan2020-06-111-0/+2
| | | | | The code is generic using sysfs and the only NVME specific code is the path, we should switch to it for all disks.
* 2.43Thierry Vignaud2020-03-181-0/+2
|
* sync with kernel 5.5Thierry Vignaud2020-03-181-0/+2
|
* 2.422.42Thomas Backlund2019-12-221-0/+2
|
* sync with kernel 5.4Thomas Backlund2019-12-221-0/+2
|
* 2.41Thierry Vignaud2019-10-091-0/+2
|
* sync with kernel 5.3Thierry Vignaud2019-10-091-0/+2
|
* 2.402.40Thomas Backlund2019-06-171-0/+2
|
* recognize 8821ce (mga#24605)Thierry Vignaud2019-06-111-0/+2
|
* 2.392.39Thomas Backlund2019-05-111-0/+2
|
* add AMD PCIe MP2 I2C detectionThomas Backlund2019-05-041-0/+2
|
* 2.38Thierry Vignaud2019-05-031-0/+2
|
* adapt to kernel 5.1Thierry Vignaud2019-05-031-0/+2
|
* 2.37Thierry Vignaud2019-03-081-0/+2
|
* sync with kernel 5.0Thierry Vignaud2019-03-081-0/+2
| | | | Note that we did NOT sync with 4.20
* 2.362.36Martin Whitaker2019-01-061-0/+2
|
* Suppress mount error messages when probing for media (mga#24142)Martin Whitaker2019-01-061-0/+1
| | | | | Probably caused by the switch to using the standalone mount command, the tail end of a mount error message was left showing in the GUI.
* better gcc8 workaroundsThierry Vignaud2018-12-011-0/+2
|
* 2.35Thierry Vignaud2018-12-011-0/+2
|
* gcc8 workaroundsThierry Vignaud2018-12-011-0/+1
| | | | | | | | | | | | 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 gcc8Thierry Vignaud2018-12-011-0/+2
|
* 2.34Thierry Vignaud2018-11-301-0/+2
|
* switch to using regular mount for nfsThierry Vignaud2018-11-301-0/+1
|
* simplify now that we use standalone mountThierry Vignaud2018-11-301-0/+2
| | | | | | 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 mountThierry Vignaud2018-11-301-0/+3
| | | | now that we've it in stage1 anyway (since using dracut)
* 2.332.33Thierry Vignaud2018-11-301-0/+2
|
* add support for disk-iso auto-installThierry Vignaud2018-11-301-0/+1
| | | | | | 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 tooThierry Vignaud2018-11-291-0/+1
| | | | | | | | 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