summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the NVME code more genericPascal Terjan2020-06-121-6/+17
|
* Simplify NVME codePascal Terjan2020-06-121-67/+45
|
* 2.45Pascal Terjan2020-06-112-1/+3
|
* Fix NVME code to work for disks with no vendorPascal Terjan2020-06-112-22/+38
|
* 2.44Pascal Terjan2020-06-112-1/+3
|
* Add support for NVME disks (mga#26708)Pascal Terjan2020-06-112-0/+79
| | | | | 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-182-1/+3
|
* sync with kernel 5.5Thierry Vignaud2020-03-181-0/+2
|
* 2.422.42Thomas Backlund2019-12-222-1/+3
|
* sync with kernel 5.4Thomas Backlund2019-12-221-0/+2
|
* 2.41Thierry Vignaud2019-10-092-1/+3
|
* sync with kernel 5.3Thierry Vignaud2019-10-091-0/+2
|
* 2.402.40Thomas Backlund2019-06-172-1/+3
|
* recognize 8821ce (mga#24605)Thierry Vignaud2019-06-111-0/+2
|
* 2.392.39Thomas Backlund2019-05-112-1/+3
|
* add AMD PCIe MP2 I2C detectionThomas Backlund2019-05-041-0/+2
|
* 2.38Thierry Vignaud2019-05-032-1/+3
|
* adapt to kernel 5.1Thierry Vignaud2019-05-031-0/+2
|
* 2.37Thierry Vignaud2019-03-082-1/+3
|
* sync with kernel 5.0Thierry Vignaud2019-03-081-0/+2
| | | | Note that we did NOT sync with 4.20
* 2.362.36Martin Whitaker2019-01-062-1/+3
|
* Suppress mount error messages when probing for media (mga#24142)Martin Whitaker2019-01-062-1/+2
| | | | | 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-013-5/+7
|
* 2.35Thierry Vignaud2018-12-012-1/+3
|
* gcc8 workaroundsThierry Vignaud2018-12-012-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 gcc8Thierry Vignaud2018-12-014-5/+7
|
* 2.34Thierry Vignaud2018-11-302-1/+3
|
* drop our own old unmaintained forked nfs codeThierry Vignaud2018-11-305-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 nfsThierry Vignaud2018-11-303-8/+1
|
* simplify now that we use standalone mountThierry Vignaud2018-11-302-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 mountThierry Vignaud2018-11-302-3/+14
| | | | now that we've it in stage1 anyway (since using dracut)
* 2.332.33Thierry Vignaud2018-11-302-1/+3
|
* add support for disk-iso auto-installThierry Vignaud2018-11-302-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 tooThierry Vignaud2018-11-292-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 Vignaud2018-11-295-4/+6
|
* 2.322.32Martin Whitaker2018-11-172-1/+3
|
* installer stage 1 & 2: don't include vboxvideo kernel module (mga#23467)Martin Whitaker2018-11-171-0/+2
|
* 2.31Thierry Vignaud2018-11-152-1/+3
|
* sync with kernel 4.1[89]Thierry Vignaud2018-11-151-0/+2
|
* 2.302.30Thomas Backlund2018-07-252-1/+3
|
* add missing smartpqi driver (mga#23305)Thomas Backlund2018-07-251-0/+2
|
* 2.292.29Thomas Backlund2018-07-022-1/+2
|
* add missing Mellanox drivers (mga#23263)Thomas Backlund2018-07-021-0/+2
|
* 2.28Thierry Vignaud2018-06-222-1/+2
|
* sync with kernel 4.1[5-7]Thierry Vignaud2018-06-221-0/+2
|
* 2.27Thierry Vignaud2018-02-102-1/+2
|
* further sync with kernel 4.14Thierry Vignaud2018-02-101-0/+2
|
* 2.262.26Thomas Backlund2018-01-192-1/+2
|
* sync with kernel 4.14Thomas Backlund2018-01-191-0/+2
|
* 2.25Thierry Vignaud2017-09-162-1/+2
|