summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* sync nonfree firmware list with kernel-4.9Thierry Vignaud2017-01-301-0/+2
|
* Release 17.7117.71Pascal Terjan2017-01-181-0/+2
|
* Update NEWS filesPascal Terjan2017-01-181-0/+1
|
* Update NEWS filesPascal Terjan2017-01-171-0/+3
|
* 17.7017.70Anne Nicolas2017-01-171-0/+2
|
* update NEWSAnne Nicolas2017-01-171-0/+2
|
* fix year... :-(Thierry Vignaud2017-01-121-1/+1
|
* 17.6917.69Thierry Vignaud2017-01-121-0/+2
|
* fix exception when clearing all partitionsThierry Vignaud2017-01-071-0/+2
| | | | it happens on !UEFI (mga#20083)
* sync with kernel-4.9Thierry Vignaud2016-12-311-0/+1
| | | | looks like nobobdy did 4.8...
* disable audit logging by default as it floods the logsThomas Backlund2016-12-241-0/+3
|
* 17.6817.68Thierry Vignaud2016-12-141-0/+2
|
* (size2time) enforce returning a float (mga#19930)Thierry Vignaud2016-12-141-0/+2
| | | | | with the previous fix, the progress bar will now properly update on i586 will be a float between 0 & 1
* 17.6717.67Pascal Terjan2016-12-141-0/+4
|
* 17.66 (should fix mga#19933 and mga#19930)17.66Pascal Terjan2016-12-131-0/+2
|
* More int64 fixesPascal Terjan2016-12-131-0/+2
|
* log latest fixesThierry Vignaud2016-12-121-0/+1
|
* 17.6517.65Thierry Vignaud2016-12-121-0/+2
|
* show generic help too when using grub2Thierry Vignaud2016-12-111-0/+1
|
* describe what skipping os-prober does (mga#18538)Thierry Vignaud2016-12-111-0/+3
|
* 17.6417.64Anne Nicolas2016-12-111-0/+4
|
* 17.6317.63Anne Nicolas2016-12-091-0/+2
|
* Force use of int64 for installed package size on i586 (mga#19895)Pascal Terjan2016-12-071-0/+2
|
* 17.6217.62Anne Nicolas2016-12-011-0/+5
|
* 17.6117.61Thierry Vignaud2016-11-261-0/+2
|
* use scrot instead of fb2png (mga#19810)Thierry Vignaud2016-11-201-0/+3
| | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver
* 17.6017.60Thierry Vignaud2016-11-151-0/+2
|
* fix being unable to format a newly part (mga#19172)Thierry Vignaud2016-11-151-0/+4
| | | | | | previous test was using an unexported function as a side effect, we now correctly offer to format a unmounted partition (eg: when using "noauto" option in /etc/fstab)
* 17.5817.58Thierry Vignaud2016-10-241-0/+2
|
* include perl-Math-Int64 (mga#19640)Thierry Vignaud2016-10-241-0/+1
| | | | thus fixing build with latest URPM
* drop support for very old kernel flavorsThierry Vignaud2016-10-161-0/+4
| | | | | those are no more generated for more than 10 years... also make kernel server default if installed
* 17.5717.57Thierry Vignaud2016-09-211-0/+2
|
* use new CSS syntax for font (mga#19430)Thierry Vignaud2016-09-211-0/+2
| | | | thus fixing gtk+-3.22 regression
* release installer tooThierry Vignaud2016-09-191-0/+3
|
* detect ovirt too (mga#19308)Thierry Vignaud2016-09-091-0/+1
| | | | | | it looks like not all KVM GUIes result in the same result with systemd-detect-virt let's handle both cases
* sync nonfree firmware list with kernel-4.7Thierry Vignaud2016-08-271-0/+2
|
* 17.55Anne Nicolas2016-08-131-0/+4
|
* 17.5417.54Thierry Vignaud2016-08-131-0/+2
|
* add support for LXDM (mga#17616)Nicolas Salguero2016-08-131-0/+1
| | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud
* autologin: add support for SDDM (mga#17913)Thierry Vignaud2016-08-131-0/+3
|
* typo fixesThierry Vignaud2016-08-011-28/+28
|
* 17.5317.53Thierry Vignaud2016-07-311-0/+2
|
* do not switch from gpt to dos scheme on small diskThierry Vignaud2016-07-311-0/+2
| | | | | | | | or more generally, do not switch from current scheme to default one if not told otherwise else we get errors when partitionning after clearing them, such as: "INTERNAL ERROR: unknown device vda7"
* first usable sector is LBA34 for GPTThierry Vignaud2016-07-311-0/+2
| | | | | | | | same rationale as in commit 767048570e8c44061cb0d6faf689698d3313870c for mga#18666 this wasn't an issue as we later round partition on 1MB boundary but it's still cleaner/safer...
* fix .old backup for grub2's grub.cfgThierry Vignaud2016-07-251-0/+3
| | | | | | | | rationale: write_*() takes (bootloader, all_hd, ext) as parameters (when called from installkernel -> bootloader-config and then only when migrating to uuids as we don't care for 2 first for grub2, just ignore the 3rd too
* 17.5217.52Thierry Vignaud2016-07-171-0/+2
|
* grub2: fix not being able to edit default cmdlineThierry Vignaud2016-07-171-0/+2
| | | | | | | | | | | | | Keep default append value (aka /etc/default/grub's GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable) Always use the value passed as now write_grub2_sysconfig() is only called after having offered to display the default cmdline value On first run (during installer) or when migrating from grub-legacy or lilo, we get the first entry's parameters Thus resolving mga#18952
* do not preinstall mageia-gfxboot-themeThierry Vignaud2016-07-141-0/+2
|
* 17.5117.51Thierry Vignaud2016-07-121-0/+2
|
* make warning more explicit about "BBP" purposeRĂ©mi Verschelde2016-07-121-0/+2
| | | | (BIOS boot partition, thus fixing mga#18923)