summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-0/+2
|
* 18.718.7Thierry Vignaud2018-11-271-0/+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-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-251-0/+2
| | | | | | 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-3/+3
|
* Update Greek translation from TxYuri Chornoivan2018-11-241-3/+4
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-11-231-4/+4
|
* 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-12/+17
|
* Update Ukrainian translation from TxYuri Chornoivan2018-11-211-123/+13
|
* Update Catalan translation from TxYuri Chornoivan2018-11-211-4/+4
|
* 18.618.6Thierry Vignaud2018-11-211-0/+2
|
* remove debug statementThierry Vignaud2018-11-211-29/+16
| | | | | wrongly added with commit 6375ef3a8cd8b1b1e057334ab680c5c701123395 (spot by Martin Whitaker)
* Fix DM preference when none is selected.Martin Whitaker2018-11-201-0/+1
| | | | | /etc/X11/lookupdm has been removed from initscripts, but we still need that functionality to select the preferred DM during installation.
* Remove version from Enlightenment DE name strings (mga#19341)Martin Whitaker2018-11-2073-105/+106
|
* Update NEWSMartin Whitaker2018-11-201-0/+2
|
* Update translation catalogue for XFCE -> Xfce change (mga#23634)Martin Whitaker2018-11-2072-103/+103
|
* 18.518.5Thierry Vignaud2018-11-191-0/+2
|
* ignore GPT disk w/o BIOS boot part (mga#23844)Thierry Vignaud2018-11-191-0/+1
| | | | | | | in automatic mode, we would potentially suggest a wrong disk if first disc has a GPT layout _without_ a BIOS boot partition. rationale: GPT disks w/o a BIOS boot partition do not have free space for grub2 to embed
* sync with kernel 4.1[89]Thierry Vignaud2018-11-152-16/+31
|
* Update Greek translation from TxYuri Chornoivan2018-11-101-24/+49
|
* Update Greek translation from TxYuri Chornoivan2018-11-101-133/+15
|
* Update Spanish translation from TxYuri Chornoivan2018-11-061-5/+5
|
* Update French translation from TxYuri Chornoivan2018-11-051-2/+2
|
* 18.418.4Martin Whitaker2018-11-041-0/+3
|
* Adapt drakdm and set_autologin for display-manager service, not prefdm ↵Martin Whitaker2018-11-041-0/+1
| | | | (mga#22593)
* Update Slovenian translation from TxYuri Chornoivan2018-11-041-3/+3
|
* Update Russian translation from TxYuri Chornoivan2018-11-041-53/+150
|
* Update Czech translation from TxYuri Chornoivan2018-11-041-1/+3
|
* Update Japanese translation from TxYuri Chornoivan2018-11-031-1/+1
|
* Update Estonian translation from TxYuri Chornoivan2018-11-031-1/+1
|
* drakx-in-chroot: allow monitor-edid to be suppressed in package scriptlets.Martin Whitaker2018-10-292-0/+4
| | | | | | mageia-theme runs monitor-edid in its post-install scriptlet, but this can hang indefinitely when run in a nested X session. So add a LOCAL_INSTALL environment variable to flag this case.
* release installer tooThierry Vignaud2018-10-151-0/+2
|
* Update German translation from TxYuri Chornoivan2018-10-041-4/+4
|
* add bug IDThierry Vignaud2018-09-281-1/+1
|
* installer: include Encode::Unicode moduleMartin Whitaker2018-09-232-0/+3
| | | | needed by bootloader::write_refind()
* drakboot: add support for the rEFInd boot manager (mga#15153)Martin Whitaker2018-09-231-0/+2
|
* 18.118.1Thierry Vignaud2018-09-141-0/+2
|
* fix regression where drakx report pkgs failing to installThierry Vignaud2018-09-142-0/+18
| | | | | | | | | | | rationale: since the following commit: https://github.com/rpm-software-management/rpm/commit/5064276cd946183d711430da44b18608af74ebf1 rpmlib opens/closes the pkgs first in order to check them (introduced in rpm-4.14.2, mga#23531) So we must track whether we're verifying or installing the pkgs before checking whether they've been installed successfuly or not
* really fix bogus macro expandingThierry Vignaud2018-09-141-2/+2
| | | | | | | | rationale: since the following upstream rpm commit: https://github.com/rpm-software-management/rpm/commit/ca36c2a12bcde1340da0421a788863f83aaccd08 rpm doesn't honor/recognize %__dbi_cdb We now have to alter directly %__dbi_other