summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-245-11/+11
| | | | (needed for next commits)
* Merge branch 'master' of git://git.mageia.org/software/drakxfilip2013-11-244-118/+71
|\
| * Update Spanish translationYuri Chornoivan2013-11-241-47/+37
| |
| * Update Spanish translationYuri Chornoivan2013-11-241-64/+25
| |
| * make translations homogeneous (& smaller...)Thierry Vignaud2013-11-241-4/+4
| |
| * beautifyThierry Vignaud2013-11-241-3/+5
| |
* | Slovenian translation updatedfilip2013-11-241-4/+4
|/
* draksec: Make sure to restart polkitd after writing new rulesColin Guthrie2013-11-242-3/+6
| | | | | | Also do not try to rm the file if it does not exist (it seems to complain and then exit if you try to do it on a non-existant file - which means the function is not named nicely as -f to rm should make it ignore this)
* Update French translation by DuneYuri Chornoivan2013-11-231-38/+43
|
* Update French translation by DuneYuri Chornoivan2013-11-231-62/+26
|
* timezone: As we will install chrony, assume that when nothing is installed.Colin Guthrie2013-11-232-4/+5
|
* draksec: drakbackup seems dead.Colin Guthrie2013-11-211-1/+1
| | | | Remove it from the list, but keep the i18n bits just in case it returns.
* draksec: Rename binaries for new policy file nameColin Guthrie2013-11-211-9/+9
|
* draksec: Use 'Administrator password' rather than 'Root password'.Colin Guthrie2013-11-2172-72/+72
| | | | | | | | This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-214-17/+54
| | | | This allows draksec to override things properly under polkit.
* 15.73.115.73.1Thierry Vignaud2013-11-193-1/+5
|
* fix passing arguments from drakx-in-chroot in debug modeThierry Vignaud2013-11-182-1/+3
|
* do not compile/include xhost+ anymore (unused for years)Thierry Vignaud2013-11-182-2/+1
|
* Updated Turkish translationtarakbumba2013-11-181-5/+5
|
* Fix string comparison in chrony supportColin Guthrie2013-11-171-1/+1
| | | | My bad, not David's
* Add chrony support to drakclock mga#11092David Walser2013-11-176-27/+49
| | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony
* log why updates were not appliedThierry Vignaud2013-11-132-2/+10
| | | | | log a nice message (urpmi not found or no network) instead of a silent missing feature
* include enough python in order to generate a stack trace from within stage2Thierry Vignaud2013-11-132-0/+7
|
* explain how to get a stack traceThierry Vignaud2013-11-121-1/+21
|
* perl-install: 15.7315.73Colin Guthrie2013-11-123-1/+5
|
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-123-1/+5
|
* Fix Tamil PO-fileYuri Chornoivan2013-11-111-1/+1
|
* 15.72.215.72.2Thomas Backlund2013-11-112-1/+3
|
* properly escape 5096UIDThomas Backlund2013-11-112-2/+3
|
* use 500 instead of 500Thomas Backlund2013-11-102-1/+3
|
* 15.72.115.72.1Thomas Backlund2013-11-092-1/+3
|
* fix typo in last Makefile changeThomas Backlund2013-11-092-1/+3
|
* 15.7215.72Thomas Backlund2013-11-091-0/+2
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-092-1/+2
|
* 15.72Thomas Backlund2013-11-092-1/+3
|
* - dont remove radeon-firmware or any network related firmwares as weThomas Backlund2013-11-092-1/+4
| | | | dont know when some hw gets plugged that needs it
* add missing python modules for gdbThierry Vignaud2013-11-082-0/+3
|
* fix building debug image with latest gdbThierry Vignaud2013-11-082-14/+6
|
* 15.7115.71Anne Nicolas2013-11-082-1/+4
|
* do not use gdm automatically for XFCE (too heavy)Anne Nicolas2013-11-081-1/+0
|
* drop packdrake (uneeded)Thierry Vignaud2013-11-072-1/+2
| | | | | | it's uneeded since we switch to urpmi last usage was drop in commit 61e15785 on Nov 16 2012
* Updated turkish translationtarakbumba2013-11-052-51/+61
|
* Slovenian translation updatedfilip2013-11-031-21/+20
|
* 15.7015.70Anne Nicolas2013-11-032-1/+3
|
* install: Update beta1 left backgroundAnne Nicolas2013-11-032-0/+2
|
* Russian translation update by Alex LoginovYuri Chornoivan2013-11-031-205/+150
|
* Update translation catalogYuri Chornoivan2013-11-0372-13718/+17197
|
* Update Ukrainian translationYuri Chornoivan2013-11-021-193/+244
|
* 15.6915.69ennael2013-10-292-1/+3
|
* install/rescue: Adapt to a dracut based stage1.Colin Guthrie2013-10-293-17/+4
| | | | | | | | | | | The main change here is not remounting a fresh /run. Dracut does this for us and we actually need to keep this one as the initial udev database (when udev is started by dracut) is stored here and thus mounting an empty fs could see us lose some metadata. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are already relative symlinks into /usr and simply bind mounting /usr is enough.