summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* installer: fix paths to Adwaita iconsMartin Whitaker2019-03-162-8/+8
| | | | | | | Follow changes in the adwaita-icon-theme package: - the pan-*-symbolic icons have been moved - the go-up and go-down icons have been deprecated since GTK+ 3.10 and don't appear to be needed any more
* 18.1118.11Martin Whitaker2019-03-161-0/+3
|
* Update Albanian translation from TxYuri Chornoivan2019-03-111-19/+39
|
* installer: fix screen layout when the framebuffer is > 1024x768 (mga#23904)Martin Whitaker2019-03-092-3/+5
| | | | | | | | | | | On some hardware, the framebuffer remains at native panel resolution, regardless of the vga= setting on the boot command line, but we only support fixed size layouts of 1024x768 or 800x600. To improve the appearance: - centre the main window - limit the "real_window" size to prevent subsidiary windows expanding outside the main window
* sync with kernel 5.0Thierry Vignaud2019-03-081-0/+2
| | | | Note that we did NOT sync with 4.20
* Update Turkish translation from TxYuri Chornoivan2019-03-061-3/+4
|
* Update Czech translation from TxYuri Chornoivan2019-02-261-3/+3
|
* 18.1018.10Martin Whitaker2019-02-031-0/+3
|
* Skip setupSCSI step when run with --local_install (mga#24278)Martin Whitaker2019-02-033-4/+7
| | | | | | | | | | | | In a local install, we don't have udev running, so the setupSCSI step will hang if it tries to probe for logical volumes (lvm2 uses udev). A local install is used to test the installer (drakx_in_chroot) and to build the Live ISOs (draklive2), and in both cases we don't really want the install to be affected by the hardware of the host system. Skipping the setupSCSI step means $o->{fstab} contains no entries, so we add a fake entry for our chroot, to allow us to pass the subsequent check that we have a root partition.
* Don't install nonfree graphics drivers when not wanted (mga#24172)Martin Whitaker2019-02-022-1/+2
| | | | | | This fixes a bug introduced by commit c253952df2. That was only supposed to select GPU firmware packages, but actually selected driver packages as well.
* Update Czech translation from TxYuri Chornoivan2019-02-021-2/+2
|
* Don't select default bootloader when building Live ISOs.Martin Whitaker2019-02-012-1/+2
| | | | This avoids selecting the wrong arch when building on an EFI system.
* Update French translation from TxYuri Chornoivan2019-01-311-3/+3
|
* Update Spanish translation from TxYuri Chornoivan2019-01-201-2/+3
|
* Update Albanian translation from TxYuri Chornoivan2019-01-201-2/+2
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-26/+50
|
* Update Afrikaans translation from TxYuri Chornoivan2019-01-081-528/+294
|
* Update Albanian translation from TxYuri Chornoivan2019-01-041-12/+12
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2018-12-291-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2018-12-271-1/+1
|
* Update German translation from TxYuri Chornoivan2018-12-261-1/+1
|
* improve exitInstall message (mga#24046)Marja van Waes2018-12-261-0/+2
|
* 18.918.9Martin Whitaker2018-12-171-0/+3
|
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-172-2/+4
|
* installer: support optional ISA requirement when selecting packages by name.Martin Whitaker2018-12-171-2/+3
| | | | Needed for next commit.
* Remove/fix misleading comment and log messages, fix indentation.Martin Whitaker2018-12-171-5/+4
|
* Update German translation from TxYuri Chornoivan2018-12-121-2/+2
|
* installer: avoid resetting keyboard layout at end of formatting step (mga#23877)Martin Whitaker2018-12-112-1/+2
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2018-12-111-10/+10
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2018-12-101-4/+4
|
* Update French translation from TxYuri Chornoivan2018-12-101-4/+5
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2018-12-101-44/+44
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2018-12-101-3/+3
|
* bootloader: only prefer rEFInd if it installed in the root fs (mga#23944)Martin Whitaker2018-12-081-0/+2
|
* Update Estonian translation from TxYuri Chornoivan2018-12-021-3/+4
|
* 18.8.118.8.1Thomas Backlund2018-12-011-0/+2
|
* dont select server kernel anymore on 32bit x86 with RAM > 3.8GBThomas Backlund2018-12-012-1/+2
|
* the PAE detection fix is mainly for installer...Thierry Vignaud2018-12-011-0/+3
|
* 18.818.8Thierry Vignaud2018-11-281-0/+2
|
* 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
|