summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 16.9516.95Thierry Vignaud2015-05-141-0/+2
|
* fix a crash after "insufficient space" errorThierry Vignaud2015-05-141-0/+2
| | | | | | | | | | | | | | | | | create_display_box gets called twice. The first time, only the $kind parameter has a value, the second time all the parameters (including $button) have values. On the first time through the partitioning step, the second call to create_display_box sets the selected_for_resize flag for my NTFS partition. When returning to the partitioning step, this flag is still set, so the first call to create_display_box executes the block of code that ends with $button->signal_connect('focus-in-event' => sub { ... }); even though it doesn't have a value for $button. (Martin Whitaker, mga#15919)
* s/mga9648/mga#9648/Thierry Vignaud2015-05-111-1/+1
|
* better dialog title (mga9648)Thierry Vignaud2015-05-111-0/+2
|
* 16.9316.93Thierry Vignaud2015-05-091-0/+2
|
* do use vga value for grub2Thierry Vignaud2015-05-091-0/+1
|
* fix setting default grub2 entryThierry Vignaud2015-05-091-0/+3
|
* 16.9216.92Thierry Vignaud2015-05-091-0/+2
|
* add a dedicate step for grub2 (mga#9627)Thierry Vignaud2015-05-091-0/+1
| | | | | | | rationale: grub2 entries are autogenerated, thus: - we cannot just reuse labels from previous bootloader (grub-legacy/lilo) - we cannot alter entries
* sort logsThierry Vignaud2015-05-091-1/+1
|
* backup grub2 files before configuringThierry Vignaud2015-05-091-0/+2
|
* include & detect r8723bs (mga#15874)Thierry Vignaud2015-05-081-0/+2
|
* do not set noauto for /boot/EFI (mga#15627)Thierry Vignaud2015-05-071-0/+2
| | | | side effect of (side effect of commit 745849cdace7ed86ce12a9a7564bffb42edf0ef3)
* previous commits really were for mga#15857Thierry Vignaud2015-05-061-2/+2
|
* always log update-grub2 output (mga158557)Thierry Vignaud2015-05-061-0/+1
|
* log grub2 install.sh in report.bug (mga158557)Thierry Vignaud2015-05-061-0/+2
| | | | | like for grub... Should have been done in commit 32c13f240d965a60c15ad70152b5930faa3caee8
* 16.9116.91Anne Nicolas2015-05-031-0/+2
|
* Final left-background for Mageia 5Anne Nicolas2015-04-301-0/+2
|
* 16.9016.90Thomas Backlund2015-04-281-0/+2
|
* - localedrake:Thomas Backlund2015-04-281-0/+2
| | | | o write input methods to /etc/locale.conf (mga#15464)
* Run vgchange before updating the list of LVMs, not after, and even if notPascal Terjan2015-04-261-0/+3
| | | | in install (should help with mga#7578).
* 16.8916.89Pascal Terjan2015-04-261-0/+2
|
* Ignore special partitions on mmc (mga#15759)Pascal Terjan2015-04-261-0/+2
|
* 16.8716.87Pascal Terjan2015-04-221-0/+2
|
* fix NEWSThomas Backlund2015-04-211-1/+3
|
* Making the resizing handle widerPascal Terjan2015-04-201-0/+1
|
* 16.8616.86Thomas Backlund2015-04-201-0/+2
|
* list bootloader append fix in installer tooThomas Backlund2015-04-201-0/+2
|
* hide empty space < 2MB, we have such holes due to alignment (mga#15733)Pascal Terjan2015-04-191-0/+1
|
* Speed up reading of flags from GPT partition table.Martin Whitaker2015-04-191-0/+1
| | | | | | | | On some machines, calls to ped_disk_new() in libparted take of the order of seconds, so doing this for each flag and partition in turn makes partition_table::gpt::read_one take an inordinate amount of time (mga#15621). Instead, collect the flags during the call to c::get_disk_partitions.
* use the windows partition with the most available space on currentPascal Terjan2015-04-181-2/+2
| | | | + disk, not the last one across all disks (mga#15589)
* Update install/NEWSPascal Terjan2015-04-161-0/+6
|
* better logThierry Vignaud2015-04-141-1/+1
|
* 16.8416.84Thierry Vignaud2015-04-141-0/+2
|
* fix kernel booting in blind mode (mga#15291)Thierry Vignaud2015-04-141-0/+1
| | | | adjust gfxpayload on UEFI
* do not pass useless parameters (mga#15692)Thierry Vignaud2015-04-141-0/+3
| | | | ... to grub2 under UEFI
* fix previous commitThierry Vignaud2015-04-141-1/+1
|
* wrong NEWSThomas Backlund2015-04-131-0/+5
|
* 16.8216.82Thierry Vignaud2015-04-131-0/+2
|
* do generate 'failsafe' entry for grub2 (mga#15675)Thierry Vignaud2015-04-131-0/+2
|
* ignore ESP for "use free space on MS"Thierry Vignaud2015-04-131-0/+1
|
* detect Lenovo recovery as suchThierry Vignaud2015-04-131-0/+1
| | | | also ignore 'SYSTEM_DRV'
* log this changeThierry Vignaud2015-04-131-0/+1
|
* do add a ESP if it was removed by "Clear All"Thierry Vignaud2015-04-121-0/+3
|
* 16.8116.81Thierry Vignaud2015-04-121-0/+2
|
* don't guess a drive letter for ESP partitionsThierry Vignaud2015-04-121-0/+2
|
* fix upgrade when package's in several mediaThierry Vignaud2015-04-121-0/+2
| | | | | | sort by ids (like in other places) when finding providing package, thus fixing upgrade when the same package is offered in several media (mga#15350)
* add kpartx for dmraid activationThomas Backlund2015-04-121-0/+2
|
* 16.8016.80Thierry Vignaud2015-04-091-0/+2
|
* don't guess a drive letter for recovery partitionsThierry Vignaud2015-04-091-0/+2
| | | | thus fixing mga15636