summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Maegia 2 RC banner14.14Anne Nicolas2012-04-263-1/+5
|
* do not advice long dead pcmcia.img & network.img images (mga#5466)Thierry Vignaud2012-04-262-2/+3
|
* fix bug IDThierry Vignaud2012-04-261-1/+1
|
* fix border in first imageAnne Nicolas2012-04-261-0/+0
|
* 14.1314.13Thierry Vignaud2012-04-252-1/+3
|
* include needed symlinks for ndiswrapper (mga#44416)Thierry Vignaud2012-04-252-0/+4
|
* perl_checker cleanupsThierry Vignaud2012-04-251-2/+2
|
* 14.1214.12Anne Nicolas2012-04-252-1/+3
|
* prefer ibus-mozc for ja localeFunda Wang2012-04-251-1/+1
|
* update NEWSAnne Nicolas2012-04-251-0/+2
|
* version 2Anne Nicolas2012-04-252-1/+5
|
* make advertising screens more genericAnne Nicolas2012-04-254-0/+0
|
* update desktop imagesAnne Nicolas2012-04-256-0/+0
|
* 14.1114.11Thierry Vignaud2012-04-253-1/+5
|
* Updated Estonian translation.Marek Laane2012-04-241-3/+3
|
* reuse code from hd_gtk, fixes display of "Use free space" solutionPascal Terjan2012-04-243-10/+20
|
* fix removing several notebook pagesPascal Terjan2012-04-242-3/+11
|
* services: Read systemd service information.Colin Guthrie2012-04-243-16/+86
| | | | | | | | | | | | | | | | | | | | | | This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122
* services: Use systemctl to determin if a service is active under systemd.Colin Guthrie2012-04-241-1/+5
|
* services: Check for systemd unit when determining if a service exists.Colin Guthrie2012-04-241-1/+1
| | | | This could be made more complex, but it'll do for now.
* services: Use the appropriate tool to start/stop servicesColin Guthrie2012-04-241-1/+5
|
* services: Whitespace and commentsColin Guthrie2012-04-241-7/+7
|
* services: Use systemd utility functions to determin how to handle ↵Colin Guthrie2012-04-241-2/+6
| | | | enabling/disabling of services.
* services: Add a couple systemd untility functions.Colin Guthrie2012-04-241-0/+8
|
* services: Do not rely on /var/lock/subsys/$service to determin if a service ↵Colin Guthrie2012-04-241-1/+1
| | | | is running or not.
* services: WhitespaceColin Guthrie2012-04-241-3/+3
|
* services: Tweak xinetd service handling to be more reusable.Colin Guthrie2012-04-241-2/+2
|
* services: Read descriptions from systemd units.Colin Guthrie2012-04-241-8/+14
|
* (choosePackages) fix offering desktop choice since DVD has task-kde4-minimalThierry Vignaud2012-04-242-1/+3
| | | | instead of task-kde4 (Luc Menut, mga#5574)
* better logThierry Vignaud2012-04-241-2/+3
|
* log a unlogged change (do not try to update KDE3 to KDE4 anymore)Thierry Vignaud2012-04-241-0/+1
|
* detect LVM on top on Encrypted partitions (mga#5330)Pascal Terjan2012-04-234-2/+12
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-409/+465
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-967/+910
|
* updated Romanian translationFlorin Catalin Russen2012-04-231-178/+176
|
* 14.1014.10Thierry Vignaud2012-04-232-1/+3
|
* (hdlist_on_disk) enhance itThierry Vignaud2012-04-231-1/+3
|
* (choosePackagesTree) honor "no suggests" option (mga#3467)Thierry Vignaud2012-04-232-1/+4
| | | | | was not "implemented" for individual package selection when pterjan commited r259864 on Sep 2 2009: "allow minimal install without suggests"
* (selectInstallClass) explainThierry Vignaud2012-04-231-0/+1
|
* (selectInstallClass) do not offer to upgrade mdv 201[1-9] (mga#5004)Thierry Vignaud2012-04-232-1/+2
|
* (choosePackagesTree) fix passing ->{media} to extractHeadersThierry Vignaud2012-04-232-1/+4
| | | | (was a missmerge)
* (setPackages) drop old KDE3 to KDE4 migration pathThierry Vignaud2012-04-231-11/+0
| | | | since no supported distro offers KDE3
* 14.914.9Thierry Vignaud2012-04-232-1/+3
|
* include missing perl modules (mga#5528)Thierry Vignaud2012-04-232-0/+6
|
* Split xinetd services out such that they can be handled separately from ↵Colin Guthrie2012-04-221-1/+12
| | | | systemd units.
* add bug referenceThierry Vignaud2012-04-211-1/+1
| | | | it looks like somebody already reported that one...
* Update Greek translation (mga#1122)Dimitrios Glentadakis2012-04-211-2/+2
|
* Update Greek translationDimitrios Glentadakis2012-04-211-9/+11
|
* 14.814.8Thierry Vignaud2012-04-202-1/+3
|
* (raid2real_kind) fix displaying empty info about RAID devicesThierry Vignaud2012-04-202-0/+3
| | | | | | | we now display "<device> (RAID level)" (eg: 'md0 (RAID1)') (actually we were displaying "mdX" since two previous commits but all released installers were displaying "")