summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS.Martin Whitaker2019-04-201-0/+1
|
* installer: preserve existing locale settings on upgrade (mga#24671)Martin Whitaker2019-04-201-0/+1
|
* Store country code in /etc/locale.conf (mga#24671)Martin Whitaker2019-04-201-0/+1
| | | | | This allows the installer to show the correct country when performing an upgrade.
* installer: don't automatically change time zone on upgrade (mga#24670)Martin Whitaker2019-04-201-0/+1
|
* Fix resizing of encrypted partitions (mga#22032)Martin Whitaker2019-04-161-0/+2
| | | | | | | | When performing a lossy resize, we must make sure luksOpen is called *after* the partition table has been written and the kernel has been informed of the new size. The simplest fix is to write the partition table at the time the user requests the resize, as we already do for a lossless resize.
* 18.1218.12Martin Whitaker2019-03-161-0/+2
|
* installer: don't preselect Nonfree 32bit media (mga#23927)Martin Whitaker2019-03-161-0/+1
| | | | For x86_64, the 32bit media are no longer enabled by default.
* installer: fix paths to Adwaita iconsMartin Whitaker2019-03-161-0/+2
| | | | | | | 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
|
* installer: fix screen layout when the framebuffer is > 1024x768 (mga#23904)Martin Whitaker2019-03-091-0/+1
| | | | | | | | | | | 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
* 18.1018.10Martin Whitaker2019-02-031-0/+3
|
* Skip setupSCSI step when run with --local_install (mga#24278)Martin Whitaker2019-02-031-0/+1
| | | | | | | | | | | | 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-021-0/+1
| | | | | | This fixes a bug introduced by commit c253952df2. That was only supposed to select GPU firmware packages, but actually selected driver packages as well.
* Don't select default bootloader when building Live ISOs.Martin Whitaker2019-02-011-0/+1
| | | | This avoids selecting the wrong arch when building on an EFI system.
* 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-171-1/+3
|
* installer: avoid resetting keyboard layout at end of formatting step (mga#23877)Martin Whitaker2018-12-111-0/+1
|
* bootloader: only prefer rEFInd if it installed in the root fs (mga#23944)Martin Whitaker2018-12-081-0/+2
|
* 18.8.118.8.1Thomas Backlund2018-12-011-0/+2
|
* dont select server kernel anymore on 32bit x86 with RAM > 3.8GBThomas Backlund2018-12-011-0/+1
|
* 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-281-0/+1
| | | | | | | | | 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
|
* display "ESP" in summary under UEFI (cosmetics)Thierry Vignaud2018-11-271-0/+1
|
* open-vm-tools is handled through rpmsrateThierry Vignaud2018-11-271-0/+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.
* 18.618.6Thierry Vignaud2018-11-211-0/+2
|
* 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-201-0/+1
|
* Update NEWSMartin Whitaker2018-11-201-0/+2
|
* 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-151-0/+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)
* drakx-in-chroot: allow monitor-edid to be suppressed in package scriptlets.Martin Whitaker2018-10-291-0/+3
| | | | | | 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
|
* add bug IDThierry Vignaud2018-09-281-1/+1
|
* installer: include Encode::Unicode moduleMartin Whitaker2018-09-231-0/+1
| | | | 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-141-0/+2
| | | | | | | | | | | 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
* Revert "Only modify %__dbi_cdb if it is defined"Thierry Vignaud2018-09-141-1/+0
| | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a.
* Only modify %__dbi_cdb if it is definedPascal Terjan2018-09-141-0/+1
| | | | | This should avoid a misleading 'Too many levels of recursion in macro expansion' message as seen in mga#23531
* do not run monitor-edid with drakx-in-chrootThierry Vignaud2018-09-131-0/+3
| | | | rationale: it can timeouting
* raid fixes affects installer tooThomas Backlund2018-08-261-0/+4
|