summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* do not offer to select RAID as it result in a crashThierry Vignaud2015-04-031-0/+3
| | | | | rationale: we only show top storage devices which are the ones that work Fix mga#5800
* 16.7616.76Thierry Vignaud2015-04-031-0/+2
|
* grub2-install output too (mga#15439)Thierry Vignaud2015-04-031-0/+2
|
* advertise log changeThierry Vignaud2015-04-031-0/+1
|
* really try to detect recovery partitions on GPTThierry Vignaud2015-04-031-0/+3
| | | | fix "set_partition_flag: unknown type: recovery" (mga#15621)
* 16.7516.75Thierry Vignaud2015-03-301-0/+2
|
* relax checks for ESPThierry Vignaud2015-03-301-0/+1
| | | | | | - match ESP even if already mounted - drop checking if !recovery, it's useless as isESP() and isRecovery() checks for different partition types, etc
* fix getting ESP with "use free space"Thierry Vignaud2015-03-301-0/+2
| | | | make sure to not override /boot/EFI mount point with /media/win_X
* make sure to check for existing ESP on all disksThierry Vignaud2015-03-301-0/+1
|
* try to detect recovery partitions on GPTThierry Vignaud2015-03-301-0/+1
|
* better fix for too corrupted partition tableThierry Vignaud2015-03-301-0/+3
|
* 16.7416.74Thierry Vignaud2015-03-271-0/+2
|
* fix retrieving ntfs partitions s/ntfs/ntfs-3g/Thierry Vignaud2015-03-271-0/+2
|
* really fix retrieving swap partition typeThierry Vignaud2015-03-271-0/+3
| | | | Thomas rushed to push before I run perl_checker... :-(
* 16.7316.73Thomas Backlund2015-03-271-0/+2
|
* fix creating RAID devices (mga#15400)Thierry Vignaud2015-03-271-0/+2
| | | | | regression fixed by reverting a line from commit 329701ba075af74ae6d7f857f62c35c942c24486
* fix failing to read partition table (mga#13592, mga#15272)Thierry Vignaud2015-03-271-0/+1
| | | | | | this is making it more readable regarding: "I cannot read the partition table of device XXX, it is too corrupted" (mga#13592, mga#15272, mga#15472)
* fix fs_type returned by libparted for swapsThierry Vignaud2015-03-271-1/+1
|
* fix tagging LVM/raid as "linux filesystem" with GPTThierry Vignaud2015-03-271-0/+1
|
* fix tagging ntfs-3g as "linux filesystem" with GPTThierry Vignaud2015-03-271-0/+1
| | | | libparted needs it to be named like this in order to put the right
* fix tagging swap as "linux filesystem" with GPTThierry Vignaud2015-03-271-0/+1
| | | | | libparted needs it to be named like this in order to put the right GUID...
* fix retrieving LVM/RAID partition typeThierry Vignaud2015-03-271-0/+2
| | | | simimar to commit ee22664bcb1fdedece15e07d047ba86f3d791ee6
* tell users to ignore Gtk3 warningsThierry Vignaud2015-03-261-0/+2
|
* 16.7216.72Anne Nicolas2015-03-261-0/+4
|
* 16.7116.71Thierry Vignaud2015-03-251-0/+2
|
* add bug IDThierry Vignaud2015-03-251-1/+1
|
* preselect grub2-efi under UEFIThierry Vignaud2015-03-251-0/+1
|
* log which partition we fail to addThierry Vignaud2015-03-251-0/+1
|
* set proper GUID to ESP partitions with GPT layoutThierry Vignaud2015-03-251-0/+1
|
* fix retrieving ESP partition typeThierry Vignaud2015-03-251-0/+2
| | | | | | | | | ESP are the only partitions we're detecting through their pt_type (modulo 0x12 which was Compaq Diagnostic & unlikely to be found on GPT...) However GPT has no equivalent to pt_type But we can test for ESP flag
* previous change impact installer tooThierry Vignaud2015-03-251-0/+3
|
* 16.6916.69Thomas Backlund2015-03-201-0/+5
|
* 16.6816.68Thierry Vignaud2015-03-171-0/+2
|
* log mkinitrd faillures (mga#9201)Thierry Vignaud2015-03-171-0/+1
|
* add 'deploops' option for debugging (mga#15350)Thierry Vignaud2015-03-171-0/+1
|
* fix mis-detecting some mobile broadband modems (mga#12492)Thierry Vignaud2015-03-111-0/+2
|
* 16.6716.67Thierry Vignaud2015-03-051-0/+2
|
* unbreak drakliveThierry Vignaud2015-03-051-0/+2
|
* log step errorsThierry Vignaud2015-03-051-0/+1
|
* ignore firmwares within drakliveThierry Vignaud2015-03-051-0/+3
| | | | rationale: it breaks building live images...
* 16.66Anne Nicolas2015-03-051-0/+2
|
* update NEWSAnne Nicolas2015-03-051-0/+3
|
* 16.6516.65RĂ©mi Verschelde2015-02-271-0/+3
|
* include udev rule for SynapticsThierry Vignaud2015-02-271-0/+2
|
* 16.6416.64Thierry Vignaud2015-02-271-0/+2
|
* add missing button icons (mga#15264)Thierry Vignaud2015-02-271-0/+3
| | | | broken by the switch to the Adwaita theme
* 16.6316.63Thierry Vignaud2015-02-271-0/+2
|
* fix too wide buttonsThierry Vignaud2015-02-271-0/+3
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* 16.6216.62Thierry Vignaud2015-02-191-0/+2
|
* use a vertical scrolling bar when neededThierry Vignaud2015-02-191-0/+1
| | | | there might be too much solutions (mga#15272)