Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Croatian translation from Tx | Yuri Chornoivan | 2015-06-21 | 1 | -395/+164 |
| | |||||
* | no need to tell kernel to reread part table | Thierry Vignaud | 2015-06-21 | 1 | -3/+3 |
| | | | | | | | ...when adding or deleting a partition or setting its flag rationale: telling kernel to reread partition table is done later in partition_table::write() whereas partition_table::gpt::write() job is just to update partition table on disk. | ||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2015-06-20 | 1 | -4/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2015-06-20 | 1 | -3/+3 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2015-06-20 | 1 | -6/+7 |
| | |||||
* | 16.10516.105 | Thomas Backlund | 2015-06-15 | 2 | -1/+3 |
| | |||||
* | really fix urpmi media when installing from USB | Thierry Vignaud | 2015-06-15 | 2 | -1/+3 |
| | | | | | thus fixing mga#5690 there was a typo in commit d269fc99ca5de9df10c673c00c5d28063340b848 | ||||
* | 16.10416.104 | Thomas Backlund | 2015-06-13 | 3 | -1/+5 |
| | |||||
* | update NEWS | Thomas Backlund | 2015-06-13 | 2 | -0/+6 |
| | |||||
* | prevent errors when telling kernel to reread parts | Thierry Vignaud | 2015-06-13 | 1 | -0/+3 |
| | | | | | | disk_{add,del}_partition call ped_disk_commit() which result in udev events (and also already tell the kernel to reread the partition table (several times)) | ||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2015-06-10 | 1 | -56/+22 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2015-06-10 | 1 | -169/+13 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2015-06-10 | 1 | -31/+27 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2015-06-10 | 1 | -92/+21 |
| | |||||
* | 16.10316.103 | Thierry Vignaud | 2015-06-04 | 3 | -1/+5 |
| | |||||
* | fix log | Thierry Vignaud | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | only use current disk when auto partitioning, wiping disk, using free space ↵ | Pascal Terjan | 2015-06-03 | 5 | -7/+15 |
| | | | | (mga#16055) | ||||
* | fix moving fonts (mga#16074) | Thierry Vignaud | 2015-06-03 | 2 | -1/+4 |
| | | | | | | bug introduced in commit fa7f54e968cebad63914465a603aa65eef9af1be also do not create files in / (mga#10501, mga#15996) | ||||
* | 16.10216.102 | Thomas Backlund | 2015-05-29 | 3 | -1/+5 |
| | |||||
* | run udevadm settle after actions that trigger device reload (Martin ↵ | Thomas Backlund | 2015-05-29 | 3 | -0/+5 |
| | | | | Whitaker, mga#15999) | ||||
* | Update Chinese Traditional translation from Tx | Yuri Chornoivan | 2015-05-28 | 1 | -43/+10 |
| | |||||
* | Update Chinese Traditional translation from Tx | Yuri Chornoivan | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Update Chinese Traditional translation from Tx | Yuri Chornoivan | 2015-05-28 | 1 | -31/+55 |
| | |||||
* | Update Chinese Traditional translation from Tx | Yuri Chornoivan | 2015-05-28 | 1 | -6/+5 |
| | |||||
* | resync with udisk2 | Thierry Vignaud | 2015-05-28 | 1 | -1/+4 |
| | | | | split those unknow from udisk2 on next line | ||||
* | update comment | Thierry Vignaud | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | fix last commit (spotted by tv), update intaller NEWS too | Thomas Backlund | 2015-05-28 | 2 | -1/+4 |
| | |||||
* | ignore special 'Packard_Bell' and 'Push_Button_Reset' partitions (mga#15999) | Thomas Backlund | 2015-05-28 | 2 | -1/+3 |
| | |||||
* | add missing spaces | Thierry Vignaud | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | set min width for left panel (mga#16026) | Thierry Vignaud | 2015-05-25 | 2 | -1/+5 |
| | | | | side effect of the switch from gtk+2 to gtk+3 which behaves differently | ||||
* | fix tool name | Thierry Vignaud | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | 16.10116.101 | Thierry Vignaud | 2015-05-25 | 3 | -1/+5 |
| | |||||
* | do not offer to add a CD-ROM as supplement media | Thierry Vignaud | 2015-05-25 | 2 | -4/+2 |
| | | | | | rationale (mga#13671): we don't have multi-CD install for quite some time, only a DVD one | ||||
* | better log | Thierry Vignaud | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | fix not always suggesting /boot/ESP mount point | Martin Whitaker | 2015-05-25 | 2 | -0/+9 |
| | | | | | | | | | | | | | thus fixing mga#15689 for live installs The check for whether an ESP needs to be created or not seems to prevent us to suggest a mount point for the existing one in some cases to be reviewed for mga6... diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index f3b9973..b222c07 100644 --- a/perl-install/fs/partitioning_wizard.pm | ||||
* | fix urpmi media for USB install (mga#5690) | Martin Whitaker | 2015-05-25 | 2 | -2/+3 |
| | | | | v2: (tv) handle both cases | ||||
* | fix reading back IM config (mga#15761) | Thierry Vignaud | 2015-05-25 | 3 | -1/+5 |
| | | | | regression introduced in commit 6c23072af9db257153d993e6a87bfc02b69a2263 | ||||
* | update NEWS | Anne Nicolas | 2015-05-25 | 1 | -0/+2 |
| | |||||
* | die is not an option here (mga#8819) | Thierry Vignaud | 2015-05-25 | 1 | -1/+7 |
| | | | | just log the faillure and offer to either retry or abort | ||||
* | update NEWS | Thierry Vignaud | 2015-05-24 | 2 | -0/+6 |
| | |||||
* | set pt_type according to fs_type before flag cases (mga#16029) | Thierry Vignaud | 2015-05-24 | 1 | -5/+5 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2015-05-23 | 3 | -11/+16 |
| | |||||
* | 2.26 | Thomas Backlund | 2015-05-22 | 2 | -1/+3 |
| | |||||
* | generate proper efi isohybrid | Thomas Backlund | 2015-05-22 | 2 | -1/+3 |
| | |||||
* | use xorriso for proper efi metadata | Thomas Backlund | 2015-05-22 | 2 | -2/+4 |
| | |||||
* | Update translations | Yuri Chornoivan | 2015-05-22 | 2 | -18/+13 |
| | |||||
* | Slovenian translation added | filip | 2015-05-21 | 1 | -4/+7 |
| | |||||
* | Updated Estonian translation | Marek Laane | 2015-05-21 | 3 | -26/+104 |
| | |||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2015-05-21 | 1 | -3/+3 |
| |