summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 17.9617.96Martin Whitaker2018-03-131-0/+6
|
* fix logsThierry Vignaud2018-02-101-1/+1
|
* 17.9517.95Thierry Vignaud2018-02-101-0/+2
|
* further sync with kernel 4.14Thierry Vignaud2018-02-101-0/+2
|
* 17.9317.93Thomas Backlund2018-01-191-0/+2
|
* sync with kernel 4.14Thomas Backlund2018-01-191-0/+1
|
* Make fs::get_major_minor() unconditionally read the device numbers.Martin Whitaker2018-01-091-0/+3
| | | | | Thus ensuring we get the correct device numbers after writing a partition table (mga#22032).
* Fix parsing of grub2 menu entries to support 16-bit mode (mga#21247).Martin Whitaker2018-01-091-0/+1
| | | | | This enables bootloader::read_grub2 to recognise the initrd16 keyword, which is used by default on x86 machines.
* Fix drakboot video mode selection when using grub2 (mga#21246)Martin Whitaker2018-01-091-0/+1
| | | | | | | | | | | | | The video mode needs to be extracted from and written back to the GRUB_CMDLINE_LINUX_DEFAULT parameter in /etc/defaults/grub2. This fix creates a new "default_vga" key in the $bootloader hash to hold the current selection. Using the existing "vga" key would cause the default video mode to be added to any bootloader entries that don't have a specific "vga" value, e.g. the "failsafe" entry. The $bootloader "vga" value doesn't appear to be set anywhere else, so may in fact be obsolete.
* Combine bootloader perImageAppend and default_append keys.Martin Whitaker2018-01-091-0/+3
| | | | | This allows changes to the append options to propagate to the grub2 configuration file, thus fixing mga#21263 and mga#21250.