summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 18.1618.16Thomas Backlund2019-05-111-0/+3
|
* drakautologin: add session support for lightdmJani Välimaa2019-05-031-0/+1
|
* update list of modules needing firmwareThomas Backlund2019-05-031-0/+2
|
* 18.1518.15Thierry Vignaud2019-05-031-0/+2
|
* adapt to kernel 5.1Thierry Vignaud2019-05-031-0/+2
|
* 18.1318.13Martin Whitaker2019-04-211-0/+3
|
* Update NEWS.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.
* 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.1118.11Martin Whitaker2019-03-161-0/+3
|
* 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/+4
|
* 18.918.9Martin Whitaker2018-12-171-0/+3
|
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-171-1/+3
|
* bootloader: only prefer rEFInd if it installed in the root fs (mga#23944)Martin Whitaker2018-12-081-0/+1
|
* - desktop kernels are now PAE, for PTI security fixes to work properly,Thomas Backlund2018-12-011-0/+3
| | | | so if cpu is not supporting it, install the desktop586 kernel
* 18.718.7Thierry Vignaud2018-11-271-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.
* Update NEWSMartin Whitaker2018-11-201-0/+2
|
* 18.518.5Thierry Vignaud2018-11-191-0/+2
|
* 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/+2
| | | | (mga#22593)
* fix dateThierry Vignaud2018-10-151-1/+1
|
* 18.3Martin Whitaker2018-10-121-0/+2
|
* drakboot: minor fixes to reading/writing rEFInd config filesMartin Whitaker2018-10-121-0/+4
| | | | | | | Fixes a couple of issues found when reading a manually generated file: - allow for extra white space between label and append options - don't simplify the label when writing - rEFInd allows any text string here
* 18.218.2Thomas Backlund2018-10-061-0/+2
|
* service_harddrake: recognize new nvidia390 driverThomas Backlund2018-10-061-0/+1
|
* add bug IDThierry Vignaud2018-09-281-1/+1
|
* regroup drakboot logsThierry Vignaud2018-09-281-2/+3
|
* drakboot: add support for the rEFInd boot manager (mga#15153)Martin Whitaker2018-09-231-0/+1
|
* remove get_existing change from NEWS, it was only a comment update...Thomas Backlund2018-08-221-1/+0
|
* raid10: use layout f2 with 2 disks for performanceThomas Backlund2018-08-221-0/+1
|
* raid: get_existing(): detect raid10Thomas Backlund2018-08-221-0/+1
|
* group mdadm changesThomas Backlund2018-08-221-2/+3
|
* raid10 can be created with just 2 disks as a high-performance raid1Thomas Backlund2018-08-221-0/+1
|
* raid6 can be used with 3 disks and upThomas Backlund2018-08-221-0/+1
|
* installer: remove current media before adding online media (mga#19742)Thierry Vignaud2018-08-111-0/+1
| | | | | | | | | | | | | thus preventing a failure when installing updates (due to udisks-daemon not running) if a package was available in the install media. Note that this will also cause the live system local repo to be removed when finish-install is run after installing the live system to disk. This is harmless - anything in the local repo should also be available in the online media - and indeed, leads to a cleaner system. (committed by Martin Whitaker <mageia@martin-whitaker.me.uk>)
* bootloader: include the 'Mageia' entry in the grub2 Default choices (mga#23393)Martin Whitaker2018-08-111-0/+1
| | | | | A parsing bug in bootloader::read_grub2() stopped the main menuentry being added to $bootloader{entries}.
* add missing smartpqi driver (mga#23305)Thomas Backlund2018-07-251-0/+2
|
* 17.9817.98Thierry Vignaud2018-06-221-0/+2
|
* sync with kernel 4.1[5-7]Thierry Vignaud2018-06-221-0/+2
|
* 17.9717.9712.75e36beb8669302615274ffbb013ac2c92605cafa6Thierry Vignaud2018-06-051-0/+2
|
* bootloader: add cma=256M@512M for Raspberry Pi DRM/VC4topic/extlinuxOlivier Blin2018-05-161-1/+1
|
* bootloader: add specific boot options for Raspberry Pi I/O scheduler (deadline)Olivier Blin2018-05-161-1/+1
| | | | | | | | | elevator=deadline is supposed to give better performance on flash storage, and used by default on most Raspberry Pi distributions. Ideally, this should not be set here for specific boards, but automatically for all architectures depending on the storage type. Archlinux appears to use a /etc/tmpfiles.d/set_IO_scheduler.conf file for this.
* bootloader: add specific boot cmdline options for Raspberry Pi serial consoleOlivier Blin2018-05-161-0/+1
| | | | | | | | | | console=ttyS0,115200 will work on Raspberry Pi 3. Raspberry Pi 2 does not boot without console=tty1 on cmdline. To have console output on both serial port and HDMI display, 8250.nr_uarts=1 is needed. On Raspberry Pi 2, though, it is required to edit /boot/extlinux/extlinux.conf to use ttyAMA0 instead of ttyS0 in the console parameter.
* bootloader: read/write extlinux.conf in U-Boot backend for ARMOlivier Blin2018-05-161-0/+1
| | | | | | | | | | | | | Read and write an extlinux.conf file in /boot/extlinux, it will be automatically found by U-boot if located on an active partition. Keep the "uboot" backend name, since we may do some U-Boot installation steps later on. Also, the extlinux.conf code could be used to support other bootloaders from the syslinux family. fixup extlinux
* bootloader: create /usr/lib/linux symlink for devicee tree filesOlivier Blin2018-05-131-0/+1
| | | | Also save it as fdtdir
* bootloader: build initrd for ARM archOlivier Blin2018-05-131-0/+2
| | | | It is needed for root devices with LABEL or UUID.
* don't list HDA "input" devices as keyboardsThierry Vignaud2018-04-171-0/+3
| | | | Those are listed in /proc/bus/input/devices (mga#9986)