summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include nfs dracut moduleThierry Vignaud2018-11-303-2/+4
|
* 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
|
* 18.818.8Thierry Vignaud2018-11-282-1/+3
|
* only install radeon-firmware if needed (mga#23911)Thierry Vignaud2018-11-282-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.19Thierry Vignaud2018-11-282-13/+15
|
* 18.718.7Thierry Vignaud2018-11-273-1/+5
|
* typo fixThierry Vignaud2018-11-271-2/+2
|
* explain what is "ESP" on UEFI, through a tooltipThierry Vignaud2018-11-271-0/+1
|
* add support for tooltips in summaryThierry Vignaud2018-11-271-1/+1
| | | | (needed for next commit)
* display "ESP" in summary under UEFI (cosmetics)Thierry Vignaud2018-11-272-0/+2
|
* open-vm-tools is handled through rpmsrateThierry Vignaud2018-11-272-1/+2
|
* Update Danish translation from TxYuri Chornoivan2018-11-251-6/+4
|
* Update Danish translation from TxYuri Chornoivan2018-11-251-2/+2
|
* Update Slovenian translation from TxYuri Chornoivan2018-11-251-1/+2
|
* Check DM really is installed, not just present in /usr/share/X11.dm.d.Martin Whitaker2018-11-252-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 TxYuri Chornoivan2018-11-241-6/+4
|
* Update Czech translation from TxYuri Chornoivan2018-11-241-3/+3
|
* Update Greek translation from TxYuri Chornoivan2018-11-241-6/+7
|
* Update Greek translation from TxYuri Chornoivan2018-11-241-3/+4
|
* Update Ukrainian translationYuri Chornoivan2018-11-231-3/+8
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-11-231-4/+4
|
* enhance partition_table docThierry Vignaud2018-11-223-7/+83
|
* doc: explain how to support a bootloaderThierry Vignaud2018-11-221-0/+46
|
* update doc after previous commitThierry Vignaud2018-11-221-4/+12
| | | | | should have been done with: commit 5583c3f9e8de83b614f0707c91ee40227ceec604
* explainThierry Vignaud2018-11-221-0/+1
|
* 1.601.60Thierry Vignaud2018-11-222-1/+3
|
* sort libDrakX modulesThierry Vignaud2018-11-221-2/+2
|
* Revert "add some missing perl bits, more needed"Thierry Vignaud2018-11-222-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.26Thierry Vignaud2018-11-222-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 neededThomas Backlund2018-11-222-5/+44
|
* Update Portuguese translation from TxYuri Chornoivan2018-11-211-8/+4
|
* Update Portuguese translation from TxYuri Chornoivan2018-11-211-7/+7
|
* Update Portuguese translation from TxYuri Chornoivan2018-11-211-22/+36
|
* Update Catalan translation from TxYuri Chornoivan2018-11-211-4/+4
|
* Update Japanese translation from TxYuri Chornoivan2018-11-211-1/+1
|
* Update German translation from TxYuri Chornoivan2018-11-211-3/+3
|
* Update Russian translation from TxYuri Chornoivan2018-11-211-3/+3
|
* Update Ukrainian translation from TxYuri Chornoivan2018-11-211-133/+13
|
* Update Ukrainian translation from TxYuri Chornoivan2018-11-211-295/+12
|
* Update Ukrainian translation from TxYuri Chornoivan2018-11-211-12/+17
|
* Update Ukrainian translation from TxYuri Chornoivan2018-11-211-123/+13
|
* Update Catalan translation from TxYuri Chornoivan2018-11-211-6/+7
|
* Update Catalan translation from TxYuri Chornoivan2018-11-211-7/+7
|