summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* rescue fix will actually came through drakxtoolsThierry Vignaud2015-04-031-0/+1
|
* grub2-install output too (mga#15439)Thierry Vignaud2015-04-031-0/+2
|
* 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/+2
|
* Update NEWS for reverted patchRémi Verschelde2015-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/+1
|
* 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/+1
| | | | | 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/+3
| | | | simimar to commit ee22664bcb1fdedece15e07d047ba86f3d791ee6
* 16.7116.71Thierry Vignaud2015-03-251-0/+2
|
* add bug IDThierry Vignaud2015-03-251-1/+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
* - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 biosThomas Backlund2015-03-221-0/+3
| | | | fakeraids (containers defaults to >= 127 and partitions <=126)
* 16.7016.70Rémi Verschelde2015-03-211-0/+2
|
* better fix for the scrollbar in the package installation details windowRémi Verschelde2015-03-211-0/+3
| | | | patch by Martin Whitaker (mga#13894)
* 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/+2
|
* fix mis-detecting some mobile broadband modems (mga#12492)Thierry Vignaud2015-03-111-0/+2
|
* 16.66Anne Nicolas2015-03-051-0/+2
|
* update NEWSAnne Nicolas2015-03-051-0/+3
|
* 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/+2
| | | | there might be too much solutions (mga#15272)
* use an horizontal scrolling bar when neededThierry Vignaud2015-02-191-1/+2
| | | | | | | | | | | | gtk+ sometimes doesn't respect our sizing which causes the container to enlarge (see previous commit) with previous commit, this reduce the risk of having too small buttons, and fixes several issues in the installer: - buttons being too big causing their box & thus the dialog to increase which triggers a gtk+ bug which makes the window to jump (mga#12422) - as well as several other related issues (mga#11988, mga#14839, mga#15272, mga#15264)
* workaround too wide togglebuttons with empty labelThierry Vignaud2015-02-191-0/+3
| | | | | | | | | gtk+3 and/or Adwaita makes togglebuttons with empty label being at least 34px wide whereas when using ->new instead of ->new_with_label, they can be only 18px wide... ...which is still too much when we sized them to eg 5px and cause their container to enlarge
* Revert "Fix timezone dir install prefix prepending (broken symlink during ↵Angelo Naselli2015-02-151-2/+0
| | | | | | installer mga#14888)" This reverts commit 46ce1e3284d595bd7be1ab41a79ecd67730553e4.
* Fix timezone dir install prefix prepending (broken symlink during installer ↵Colin Guthrie2015-02-151-0/+2
| | | | mga#14888)
* 16.5616.56Thomas Backlund2015-02-101-0/+2
|
* - service_harddrake:Thomas Backlund2015-02-101-0/+4
| | | | | * add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers
* 16.5516.55Anne Nicolas2015-02-091-0/+2
|
* drakclock: Ensure that /etc/localtime is a symlink (mga#14888)Colin Guthrie2015-02-081-0/+1
| | | | | This is actually just a followup to d4be53b62 to use the wrapper symlinkf() function which seems a little bit neater (subjective) and to update NEWS file.
* users: Make sure to restart accounts-daemon after adding users (mga#15113)Colin Guthrie2015-02-081-0/+1
| | | | | | | | | | This prevents various details being loaded about the user when they first login (including being listed in GDM and other user editing bits within GNOME). It also has some effect on i18n where the user's language settings are totally reset (to en_US) rather than inheriting the system prefs which seems to be the problem presented in mga#14476
* i18n: Write the desired console font to /etc/vconsole.confColin Guthrie2015-02-081-0/+1
|
* i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18nColin Guthrie2015-02-081-0/+1
| | | | | Ensure we read and write the /etc/locale.conf file, but still support reading from /etc/sysconfig/i18n to cope with upgrades.