Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include libinput model quirks rules | Thierry Vignaud | 2019-04-26 | 1 | -0/+2 |
| | | | | Hoping it can helps mga#20327 | ||||
* | 18.1318.13 | Martin Whitaker | 2019-04-21 | 1 | -0/+3 |
| | |||||
* | Update NEWS. | Martin Whitaker | 2019-04-20 | 1 | -0/+1 |
| | |||||
* | installer: preserve existing locale settings on upgrade (mga#24671) | Martin Whitaker | 2019-04-20 | 1 | -0/+1 |
| | |||||
* | Store country code in /etc/locale.conf (mga#24671) | Martin Whitaker | 2019-04-20 | 1 | -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 Whitaker | 2019-04-20 | 1 | -0/+1 |
| | |||||
* | Fix resizing of encrypted partitions (mga#22032) | Martin Whitaker | 2019-04-16 | 1 | -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.12 | Martin Whitaker | 2019-03-16 | 1 | -0/+2 |
| | |||||
* | installer: don't preselect Nonfree 32bit media (mga#23927) | Martin Whitaker | 2019-03-16 | 1 | -0/+1 |
| | | | | For x86_64, the 32bit media are no longer enabled by default. | ||||
* | installer: fix paths to Adwaita icons | Martin Whitaker | 2019-03-16 | 1 | -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.11 | Martin Whitaker | 2019-03-16 | 1 | -0/+3 |
| | |||||
* | installer: fix screen layout when the framebuffer is > 1024x768 (mga#23904) | Martin Whitaker | 2019-03-09 | 1 | -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.0 | Thierry Vignaud | 2019-03-08 | 1 | -0/+2 |
| | | | | Note that we did NOT sync with 4.20 | ||||
* | 18.1018.10 | Martin Whitaker | 2019-02-03 | 1 | -0/+3 |
| | |||||
* | Skip setupSCSI step when run with --local_install (mga#24278) | Martin Whitaker | 2019-02-03 | 1 | -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 Whitaker | 2019-02-02 | 1 | -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 Whitaker | 2019-02-01 | 1 | -0/+1 |
| | | | | This avoids selecting the wrong arch when building on an EFI system. | ||||
* | improve exitInstall message (mga#24046) | Marja van Waes | 2018-12-26 | 1 | -0/+2 |
| | |||||
* | 18.918.9 | Martin Whitaker | 2018-12-17 | 1 | -0/+3 |
| | |||||
* | Support 32-bit UEFI with 64-bit O/S. | Martin Whitaker | 2018-12-17 | 1 | -1/+3 |
| | |||||
* | installer: avoid resetting keyboard layout at end of formatting step (mga#23877) | Martin Whitaker | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | bootloader: only prefer rEFInd if it installed in the root fs (mga#23944) | Martin Whitaker | 2018-12-08 | 1 | -0/+2 |
| | |||||
* | 18.8.118.8.1 | Thomas Backlund | 2018-12-01 | 1 | -0/+2 |
| | |||||
* | dont select server kernel anymore on 32bit x86 with RAM > 3.8GB | Thomas Backlund | 2018-12-01 | 1 | -0/+1 |
| | |||||
* | the PAE detection fix is mainly for installer... | Thierry Vignaud | 2018-12-01 | 1 | -0/+3 |
| | |||||
* | 18.818.8 | Thierry Vignaud | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | only install radeon-firmware if needed (mga#23911) | Thierry Vignaud | 2018-11-28 | 1 | -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.19 | Thierry Vignaud | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | 18.718.7 | Thierry Vignaud | 2018-11-27 | 1 | -0/+2 |
| | |||||
* | display "ESP" in summary under UEFI (cosmetics) | Thierry Vignaud | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | open-vm-tools is handled through rpmsrate | Thierry Vignaud | 2018-11-27 | 1 | -0/+2 |
| | |||||
* | Check DM really is installed, not just present in /usr/share/X11.dm.d. | Martin Whitaker | 2018-11-25 | 1 | -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.6 | Thierry Vignaud | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | Fix DM preference when none is selected. | Martin Whitaker | 2018-11-20 | 1 | -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 Whitaker | 2018-11-20 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Martin Whitaker | 2018-11-20 | 1 | -0/+2 |
| | |||||
* | 18.518.5 | Thierry Vignaud | 2018-11-19 | 1 | -0/+2 |
| | |||||
* | ignore GPT disk w/o BIOS boot part (mga#23844) | Thierry Vignaud | 2018-11-19 | 1 | -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 Vignaud | 2018-11-15 | 1 | -0/+2 |
| | |||||
* | 18.418.4 | Martin Whitaker | 2018-11-04 | 1 | -0/+3 |
| | |||||
* | Adapt drakdm and set_autologin for display-manager service, not prefdm ↵ | Martin Whitaker | 2018-11-04 | 1 | -0/+1 |
| | | | | (mga#22593) | ||||
* | drakx-in-chroot: allow monitor-edid to be suppressed in package scriptlets. | Martin Whitaker | 2018-10-29 | 1 | -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 too | Thierry Vignaud | 2018-10-15 | 1 | -0/+2 |
| | |||||
* | add bug ID | Thierry Vignaud | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | installer: include Encode::Unicode module | Martin Whitaker | 2018-09-23 | 1 | -0/+1 |
| | | | | needed by bootloader::write_refind() | ||||
* | drakboot: add support for the rEFInd boot manager (mga#15153) | Martin Whitaker | 2018-09-23 | 1 | -0/+2 |
| | |||||
* | 18.118.1 | Thierry Vignaud | 2018-09-14 | 1 | -0/+2 |
| | |||||
* | fix regression where drakx report pkgs failing to install | Thierry Vignaud | 2018-09-14 | 1 | -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 Vignaud | 2018-09-14 | 1 | -1/+0 |
| | | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a. | ||||
* | Only modify %__dbi_cdb if it is defined | Pascal Terjan | 2018-09-14 | 1 | -0/+1 |
| | | | | | This should avoid a misleading 'Too many levels of recursion in macro expansion' message as seen in mga#23531 |