summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 14.1714.17Anne Nicolas2012-04-302-1/+3
|
* enhanceThierry Vignaud2012-04-301-1/+1
|
* debuging history belongs to commit log, not to NEWSThierry Vignaud2012-04-301-2/+0
|
* regroup related changesThierry Vignaud2012-04-301-7/+8
|
* no need to list affected file names in NEWSThierry Vignaud2012-04-301-2/+2
|
* move installer changes where they belongThierry Vignaud2012-04-302-11/+11
|
* updateThierry Vignaud2012-04-303-41/+37
|
* drop support for reiser4 (mga#5680)Thierry Vignaud2012-04-306-10/+9
|
* - packageByName: make sure to return the installed noarch rpm if any.Arnaud Patard2012-04-302-1/+9
|
* - fix rebooting on autoinstallArnaud Patard2012-04-302-2/+6
|
* - Allow to set urpm curl options in order to be able to make curl quiet. SettingArnaud Patard2012-04-303-0/+6
| | | | | | this option to '-s' is making text autoinstall a lot cleaner and avoids missing warnings when installing rpms.
* fix NEWSThierry Vignaud2012-04-291-2/+2
|
* - harddrake:Olivier Blin2012-04-292-2/+4
| | | | | | o do not disable cpufreq on non-laptops o remove double apmd check
* 14.1614.16Thierry Vignaud2012-04-293-1/+5
|
* services: Update NEWSColin Guthrie2012-04-291-0/+3
| | | | Forgot this in the last commit :s
* services: Use no-block mode for service start/stop under systemd.Colin Guthrie2012-04-291-1/+1
| | | | | | | | | | | | | | This is perhaps the same issue as the 'cpufreq' bug on first boot, but by changing things to use systemctl directly, I have inadvertantly bypased the solution and reintroduced the bug. As there is likely no reason to block, we will simply use no-block mode unconditionally. Longer term, we may need to decide under what context we are restarting/starting a given service (i.e. in an interactive GUI vs from a script) and use the appropriate mode with appropriate user feedback. https://bugs.mageia.org/show_bug.cgi?id=4439
* (install,check_mntpoint) forbid having /boot as btrfs (mga#5627)Thierry Vignaud2012-04-283-1/+5
|
* add btrfsckThomas Backlund2012-04-282-1/+3
|
* Update Greek translationDimitrios Glentadakis2012-04-281-2/+4
|
* 14.1514.15Thierry Vignaud2012-04-272-1/+3
|
* (main,try_) fix partitions not being shown after clicking on "ReloadThierry Vignaud2012-04-272-0/+8
| | | | partition table" (mga#3260)
* (tell_kernel) run udevadm in installer too (might fix unnecessary reboot ↵Thierry Vignaud2012-04-272-2/+6
| | | | (mga#4439))
* 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
|