summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up detection of Live install root in do_pkgs_standalone::install().Martin Whitaker2017-04-041-1/+1
| | | | | Now we have $::isLiveInstall, we can use it. Also use $::prefix instead of hardcoding the path.
* Speed up proc_partitions::compare() and avoid unwanted udev events.Martin Whitaker2017-04-041-3/+3
| | | | | | | | The compare function doesn't look at the filesystem type, so there's no need to probe it. This avoids unwanted udev events when we are checking that the kernel has been informed of partition table changes.
* Add safety net for informing the kernel after writing a DOS partition table.Martin Whitaker2017-04-041-1/+20
| | | | | | | | | | There is an unidentified condition that prevents udevd calling the BLKRRPART ioctl after a partition table is written. It looks like either the kernel or udevd drops device change events if they are too closely spaced in time. So, in the case where we expect udevd to call BLKRRPART, check /proc/partitions to make sure it has done so. Arbitrarily try 5 times, 100ms apart, before giving up and informing the kernel ourselves.
* Don't require a BIOS boot partition when performing an upgrade (mga#20338)Martin Whitaker2017-04-042-2/+4
| | | | | | | | If we are upgrading a system on a GPT disk and it doesn't currently have a BIOS boot partition, the old system must be using a legacy bootloader (e.g. grub). We support the continued use of legacy bootloaders in an upgrade, so there is no need to insist on a BIOS boot partition in this case.
* Update Chinese (Simplified) translation from TxYuri Chornoivan2017-04-021-4/+8
|
* Update Catalan translation from TxYuri Chornoivan2017-03-311-7/+7
|
* Update Catalan translation from TxYuri Chornoivan2017-03-311-9/+9
|
* Update Catalan translation from TxYuri Chornoivan2017-03-311-5/+5
|
* Update Danish translation from TxYuri Chornoivan2017-03-311-1/+1
|
* Update Danish translation from TxYuri Chornoivan2017-03-311-1/+1
|
* Update Danish translation from TxYuri Chornoivan2017-03-311-28/+51
|
* Update Danish translation from TxYuri Chornoivan2017-03-301-10/+15
|
* Update Tajik translation from TxYuri Chornoivan2017-03-291-11/+11
|
* Update Danish translation from TxYuri Chornoivan2017-03-281-15/+27
|
* Update Danish translation from TxYuri Chornoivan2017-03-281-1/+1
|
* Update Danish translation from TxYuri Chornoivan2017-03-281-14/+14
|
* Update Catalan translation from TxYuri Chornoivan2017-03-271-2/+57
|
* Update Catalan translation from TxYuri Chornoivan2017-03-271-1/+2
|
* perl_checker cleanupsThierry Vignaud2017-03-271-6/+6
|
* Minutes are sometimes incorrectly displayed due to rounding errorsFrédéric Buclin2017-03-261-1/+1
|
* Improve the CPU usage of the clockFrédéric Buclin2017-03-262-3/+8
|
* Fix the display of the clock in drakclock (mga#11776)Frédéric Buclin2017-03-261-71/+66
|
* Update Danish translation from TxYuri Chornoivan2017-03-251-16/+23
|
* 17.7617.76Thierry Vignaud2017-03-242-1/+3
|
* prevent autovivification (mga#20551)Thierry Vignaud2017-03-242-20/+23
| | | | | | | | | | | | commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced a regression in that a lot of variables got autovivificated This results in a bug for some of them, at least for 'compssListLevel' The solution is to store options values in a hash (which actually simplifies here): http://perldoc.perl.org/Getopt/Long.html#Storing-options-values-in-a-hash Thanks Martin Whitaker for the suggestion
* ignore case for optionsThierry Vignaud2017-03-242-1/+4
| | | | | | commit 560f9ca983d743cc42701c24546ac8c2080a13fe introduced this small regression, which is important to fix for next commit, else s/compsslistlevel/compssListLevel/ won't work as intended
* Update German translation from TxYuri Chornoivan2017-03-241-4/+4
|
* Update German translation from TxYuri Chornoivan2017-03-241-3/+3
|
* Update German translation from TxYuri Chornoivan2017-03-241-3/+3
|
* Update Tajik translation from TxYuri Chornoivan2017-03-231-7/+7
|
* Update Tajik translation from TxYuri Chornoivan2017-03-231-2/+2
|
* Update Danish translation from TxYuri Chornoivan2017-03-231-2/+2
|
* Update Danish translation from TxYuri Chornoivan2017-03-231-9/+15
|
* Update Danish translation from TxYuri Chornoivan2017-03-221-81/+23
|
* Update Danish translation from TxYuri Chornoivan2017-03-221-87/+36
|
* Update Danish translation from TxYuri Chornoivan2017-03-221-32/+13
|
* Update Tajik translation from TxYuri Chornoivan2017-03-201-68/+70
|
* Update Tajik translation from TxYuri Chornoivan2017-03-201-2/+2
|
* Update Tajik translation from TxYuri Chornoivan2017-03-201-3/+3
|
* change 'Normal mode' string exactly to what yochenhsieh proposed (mga#20360)Marja van Waes2017-03-171-1/+1
|
* 17.7517.75Thierry Vignaud2017-03-173-1/+5
|
* do not make all action buttons the same sizeThierry Vignaud2017-03-172-0/+3
| | | | | | | Thus fixing too big translations that make the partition window to be too big (mga#20360) This was a side effect of commit 947ab9bb0fb06611b5bd54465f98545ff175afb2 which itself partially reverted commit 8e187d972ed59909271d48915eef4af34e7fe068
* shrink "expert/normal mode" stringThierry Vignaud2017-03-1773-273/+273
| | | | | | | | | Thus fixing too big translations that make the partition window to be too big (mga#20360) This was a side effect of commit 947ab9bb0fb06611b5bd54465f98545ff175afb2 Adjust translations accordingly (note that some translators have already done so)
* faster check for os-proberThierry Vignaud2017-03-171-1/+1
|
* move fast path into is_installed()Thierry Vignaud2017-03-171-3/+3
| | | | | basically enabling it ti skip the rpmdb access like ensure_*() too. needed for next commit
* log previous changesThierry Vignaud2017-03-172-0/+22
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-03-161-75/+9
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-03-161-48/+4
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-03-161-38/+21
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2017-03-151-73/+10
|