summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 16.7716.77Thierry Vignaud2015-04-071-0/+2
|
* add bug IDsThierry Vignaud2015-04-071-1/+1
|
* allow btrfs for / without separate /boot with grub2 (mga#15374)Thomas Backlund2015-04-061-0/+1
|
* - bootloader:Thomas Backlund2015-04-061-0/+3
| | | | | o add 'noiswmd' to kernel command line to manage isw_ bios fakeraids with dmraid for now (instead of mdadm)
* Update Chinese (Simplified) translation from TxYuri Chornoivan2015-04-051-166/+82
|
* Update German translation from TxYuri Chornoivan2015-04-051-219/+78
|
* 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)
* Update Swedish translation from TxYuri Chornoivan2015-04-021-384/+122
|
* Update Albanian translation from TxYuri Chornoivan2015-03-311-474/+217
|
* log fdisk -l output before/after partitionningThierry Vignaud2015-03-301-0/+2
|
* 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
|
* Revert "Revert "work around scrollbar issues during package install""Rémi Verschelde2015-03-301-0/+1
| | | | | | | This reverts commit b79658e0019ed214bd3ca27705a373895c67e16b. As stated in 04cfaf0, the second patch for mga#13894 was not doing the job perfectly so we revert to the first patch.
* 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
|
* fix a crash in auto install (mga#15573)Thierry Vignaud2015-03-261-1/+1
| | | | bug introduced in commit 7ed5bd23d63bd4031f2a2f3055b0d0a19a65906d
* 16.7116.71Thierry Vignaud2015-03-251-0/+2
|
* add bug IDThierry Vignaud2015-03-251-1/+1
|
* preselect grub2-efi under UEFIThierry Vignaud2015-03-252-0/+3
|
* 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
|
* fix wrong renaming of mandrake_firsttime serviceThomas Backlund2015-03-211-1/+1
|
* Revert "work around scrollbar issues during package install"Rémi Verschelde2015-03-211-1/+0
| | | | | | A better fix has been proposed by Martin Whitaker and will be pushed afterwards. This reverts commit 8f16c5d8220e5d9b7bb2e5439061752eea348d76.
* 16.6916.69Thomas Backlund2015-03-201-0/+5
|
* - work around scrollbar issues during package installThomas Backlund2015-03-201-0/+1
| | | | (Martin Whitaker, mga#13894)
* Update Chinese (Taiwan) translationYuri Chornoivan2015-03-201-172/+69
|
* 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-173-0/+3
|