| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 16.7416.74 | Thierry Vignaud | 2015-03-27 | 3 | -1/+5 |
| * | fix retrieving ntfs partitions s/ntfs/ntfs-3g/ | Thierry Vignaud | 2015-03-27 | 3 | -0/+4 |
| * | really fix retrieving swap partition type | Thierry Vignaud | 2015-03-27 | 3 | -1/+7 |
| * | 16.7316.73 | Thomas Backlund | 2015-03-27 | 3 | -1/+5 |
| * | fix creating RAID devices (mga#15400) | Thierry Vignaud | 2015-03-27 | 3 | -0/+4 |
| * | fix failing to read partition table (mga#13592, mga#15272) | Thierry Vignaud | 2015-03-27 | 3 | -1/+4 |
| * | fix fs_type returned by libparted for swaps | Thierry Vignaud | 2015-03-27 | 3 | -2/+3 |
| * | log which type is unknown | Thierry Vignaud | 2015-03-27 | 2 | -2/+2 |
| * | fix tagging LVM/raid as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 4 | -2/+16 |
| * | fix tagging ntfs-3g as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 3 | -0/+3 |
| * | fix tagging swap as "linux filesystem" with GPT | Thierry Vignaud | 2015-03-27 | 3 | -0/+3 |
| * | fix retrieving LVM/RAID partition type | Thierry Vignaud | 2015-03-27 | 3 | -0/+9 |
| * | make it more generic | Thierry Vignaud | 2015-03-27 | 2 | -3/+5 |
| * | extract mapping string to flag | Thierry Vignaud | 2015-03-27 | 1 | -6/+11 |
| * | tell users to ignore Gtk3 warnings | Thierry Vignaud | 2015-03-26 | 2 | -0/+3 |
| * | 16.7216.72 | Anne Nicolas | 2015-03-26 | 2 | -1/+5 |
| * | fix a crash in auto install (mga#15573) | Thierry Vignaud | 2015-03-26 | 1 | -1/+1 |
| * | 16.7116.71 | Thierry Vignaud | 2015-03-25 | 3 | -1/+5 |
| * | add bug ID | Thierry Vignaud | 2015-03-25 | 2 | -2/+2 |
| * | perl_checker cleanup | Thierry Vignaud | 2015-03-25 | 1 | -1/+1 |
| * | preselect grub2-efi under UEFI | Thierry Vignaud | 2015-03-25 | 2 | -0/+3 |
| * | reuse is_uefi() | Thierry Vignaud | 2015-03-25 | 1 | -1/+1 |
| * | log which partition we fail to add | Thierry Vignaud | 2015-03-25 | 3 | -2/+4 |
| * | set proper GUID to ESP partitions with GPT layout | Thierry Vignaud | 2015-03-25 | 4 | -1/+37 |
| * | fix retrieving ESP partition type | Thierry Vignaud | 2015-03-25 | 4 | -1/+30 |
| * | fix indent | Thierry Vignaud | 2015-03-25 | 1 | -3/+3 |
| * | use a proper interface between parted/perl worlds | Thierry Vignaud | 2015-03-25 | 2 | -33/+19 |
| * | further simplify | Thierry Vignaud | 2015-03-25 | 1 | -3/+5 |
| * | simplify (needed for next commit) | Thierry Vignaud | 2015-03-25 | 1 | -4/+4 |
| * | fix retrieving partition | Thierry Vignaud | 2015-03-25 | 1 | -2/+2 |
| * | kill sparc leftover | Thierry Vignaud | 2015-03-25 | 1 | -7/+0 |
| * | previous change impact installer too | Thierry Vignaud | 2015-03-25 | 1 | -0/+3 |
| * | - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios | Thomas Backlund | 2015-03-22 | 2 | -1/+4 |
| * | fix wrong renaming of mandrake_firsttime service | Thomas Backlund | 2015-03-21 | 2 | -2/+2 |
| * | 16.7016.70 | Rémi Verschelde | 2015-03-21 | 2 | -1/+3 |
| * | better fix for the scrollbar in the package installation details window | Rémi Verschelde | 2015-03-21 | 2 | -1/+5 |
| * | Revert "work around scrollbar issues during package install" | Rémi Verschelde | 2015-03-21 | 1 | -1/+0 |
| * | 16.6916.69 | Thomas Backlund | 2015-03-20 | 3 | -1/+11 |
| * | fix initial display in diskdrake (Martin Whitaker, mga#13679) | Thomas Backlund | 2015-03-20 | 1 | -0/+1 |
| * | - work around scrollbar issues during package install | Thomas Backlund | 2015-03-20 | 1 | -0/+1 |
| * | fix telling kernel to reread partition table | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| * | bind ped_disk_commit_to_os | Thierry Vignaud | 2015-03-20 | 1 | -0/+16 |
| * | add ESP to suggestion if needed | Thierry Vignaud | 2015-03-20 | 1 | -0/+1 |
| * | reuse existing ESP under UEFI | Thierry Vignaud | 2015-03-20 | 1 | -0/+6 |
| * | suggests /boot/EFI when we already have one | Thierry Vignaud | 2015-03-20 | 1 | -0/+4 |
| * | do not suggests /boot/EFI uselessly (mga#15448) | Thierry Vignaud | 2015-03-20 | 2 | -4/+16 |
| * | (isESP) export it | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| * | (isEfi) rename as isESP() | Thierry Vignaud | 2015-03-20 | 1 | -2/+2 |
| * | match ESP partitions on all arches | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
| * | perl_checker cleanup | Thierry Vignaud | 2015-03-20 | 1 | -1/+1 |
