summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add a failsafe for ESP taggingThierry Vignaud2016-06-183-1/+6
| | | | sometimes we end with bogus 'fat32' fs
* update service list for current stuffThierry Vignaud2016-06-182-3/+6
|
* mosix/powertweak/... do not exist anymoreThierry Vignaud2016-06-181-3/+3
|
* 17.3817.38Thierry Vignaud2016-06-163-1/+5
|
* fix inverted test (mga#18656, mga#18704)Thierry Vignaud2016-06-163-1/+3
|
* unfuzzyThierry Vignaud2016-06-1244-115/+115
|
* Update German translation from TxYuri Chornoivan2016-06-121-3/+3
|
* fix offering to create a GRUB_BIOS partitionThierry Vignaud2016-06-123-1/+7
| | | | ...in custom mode (mga#18656)
* 17.3717.37Thierry Vignaud2016-06-123-1/+5
|
* unfuzzyThierry Vignaud2016-06-125-10/+10
|
* update irish translationThierry Vignaud2016-06-121-3/+3
|
* fix partition type testThierry Vignaud2016-06-123-0/+6
| | | | thus guessing better if we need a GRUB_BIOS partition (mga#18656)
* typo fixThierry Vignaud2016-06-122-2/+2
|
* rename desktop image KDE -> PlasmaThierry Vignaud2016-06-123-0/+2
| | | | | following mga#18687 fix but they would need actually be redone with Plasma
* Updated Estonian translationMarek Laane2016-06-121-4/+4
|
* 17.36.117.36.1Thierry Vignaud2016-06-112-1/+3
|
* fix selecting Plasma (mga#18687)Thierry Vignaud2016-06-112-2/+4
| | | | so that we matches the correct CAT_PLASMA5 in rpmsrate
* fix Slovenian translationfilip2016-06-111-7/+46
| | | | fix credit, meta and old strings lines
* fix Slovenian translationfilip2016-06-111-8/+104
| | | | fix credit, meta and old strings lines
* fix Slovenian translationfilip2016-06-111-6/+222
| | | | fix credit, meta and old strings lines
* 17.3617.36Thierry Vignaud2016-06-113-1/+5
|
* update suggestions if needed after erasing diskThierry Vignaud2016-06-111-0/+3
| | | | | | this is incomplete: we need to reread $all_hds else we won't add a Boot BIOS partition to suggestions if there was already one _prior_ to erase the full disk (mga#18656) ...
* add a GRUB_BIOS partitions if needed (mga#18656)Thierry Vignaud2016-06-116-1/+45
|
* (init_mntpnt_suggestions) enable to call it againThierry Vignaud2016-06-111-2/+3
| | | | needed for next commit
* init_efi_suggestions -> init_mntpnt_suggestions()Thierry Vignaud2016-06-113-7/+6
| | | | | also take a $all_hds arg instead of $fstab needed for next commit
* perl_checker cleanupThierry Vignaud2016-06-111-1/+1
|
* refactor for next commitThierry Vignaud2016-06-112-5/+12
|
* detect GRUB_BIOS partitions (mga#18656)Thierry Vignaud2016-06-113-3/+13
| | | | let's abuse ->{pt_type} for tracking such partitions
* include cfdisk too in debug buildsThierry Vignaud2016-06-112-1/+2
|
* fix "failed to initialize nss library" errorThierry Vignaud2016-06-112-0/+2
| | | | due to new libnss3 3.24
* MBR limit really is 2TiB, not 4Thierry Vignaud2016-06-103-2/+7
| | | | | so use GPT for disks > 2TiB, thus fixing using invalid MBR on disks between 2 & 4 TiB
* Update Swedish translation from TxYuri Chornoivan2016-06-101-1/+1
|
* Update Swedish translation from TxYuri Chornoivan2016-06-101-4/+4
|
* Update Swedish translation from TxYuri Chornoivan2016-06-101-14/+8
|
* fix loadkeys in debug modeThierry Vignaud2016-06-102-0/+3
| | | | | | set special variable else loadkeys won't work on tty1 (before starting the real installer) as keyboard.pm will look in the wrong place and thus won't use internal loadkeys
* filter out doblesThierry Vignaud2016-06-101-28/+15
|
* debug build: gdb needs python3 instead of python2Thierry Vignaud2016-06-102-36/+50
| | | | it also needs various guile modules in order to start
* Update Greek translationDimitrios Glentadakis2016-06-101-4/+4
|
* Update Slovenian translation from TxYuri Chornoivan2016-06-091-52/+14
|
* Update Slovenian translation from TxYuri Chornoivan2016-06-091-233/+18
|
* Update Slovenian translation from TxYuri Chornoivan2016-06-091-109/+15
|
* update welsh translationThierry Vignaud2016-06-091-3/+3
|
* do not override bootloader on upgrade (mga#18638)Thierry Vignaud2016-06-092-1/+3
|
* Update German translationYuri Chornoivan2016-06-081-5/+5
|
* Update Ukrainian translationYuri Chornoivan2016-06-081-4/+4
|
* updateThierry Vignaud2016-06-082-5/+5
|
* merge new stringsThierry Vignaud2016-06-0871-215/+924
|
* sync with codeThierry Vignaud2016-06-081-3/+13
|
* 17.35.117.35.1Thierry Vignaud2016-06-072-1/+3
|
* fix selecting grub2 on !UEFIThierry Vignaud2016-06-072-1/+3
| | | | c/p typo in previous commit that was only tested with OVMF :-(