summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 16.1716.17Thierry Vignaud2013-12-203-1/+5
|
* use mutter instead of matchboxThierry Vignaud2013-12-203-7/+5
| | | | | in order to try to workaround diskdrake issues (mga#11790, mga#11989, ...) as a side effect, stage2 shrinks by 3Mb...
* fix pausing installing while displaying release notesThierry Vignaud2013-12-202-1/+3
| | | | (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d)
* hint that nonfree is needed if a CPU needs a microcodeThierry Vignaud2013-12-202-1/+7
|
* kill unused functionThierry Vignaud2013-12-201-5/+0
|
* advise to install xephyr if missingThierry Vignaud2013-12-202-1/+4
|
* drakx-in-chroot changes concerns stage2 not drakxtoolsThierry Vignaud2013-12-202-2/+2
|
* fix a crash (mga#12057)Thierry Vignaud2013-12-202-1/+4
|
* Slovenian translation updatedfilip2013-12-191-4/+4
|
* Slovenian translation updatedfilip2013-12-191-21/+22
|
* Polish translation updatedDaniel Napora2013-12-191-92/+78
|
* Polish translation updatedDaniel Napora2013-12-191-37/+37
|
* 16.1616.16Thierry Vignaud2013-12-162-1/+3
|
* fix a drakx crash (mga#6031)Thierry Vignaud2013-12-162-1/+3
|
* 2.4Anne Nicolas2013-12-152-1/+4
|
* remove buggy control caracters (#11602)Anne Nicolas2013-12-151-1/+1
|
* fix spacingThierry Vignaud2013-12-141-0/+1
|
* 16.1516.15Thierry Vignaud2013-12-132-1/+3
|
* workaround a gtk+3 issue resulting in blacked embbeded tools (mga#11969)Thierry Vignaud2013-12-132-0/+4
| | | | it only happens with some locales (eg: pl/uk)
* Translated license in EstonianMarek Laane2013-12-121-106/+78
|
* Update Chinese Traditional translationYuri Chornoivan2013-12-121-847/+250
|
* Update Greek translationdglent2013-12-101-2/+2
|
* Add Transifex config fileYuri Chornoivan2013-12-103-0/+24
|
* 16.1416.14Anne Nicolas2013-12-102-1/+5
|
* Mageia 4 beta 2 left backgroundAnne Nicolas2013-12-101-0/+0
|
* 16.1316.13Thierry Vignaud2013-12-103-1/+5
|
* fix crash when selecting an input method (mga#11939)Thierry Vignaud2013-12-103-1/+7
| | | | Gtk3 API has changed
* Update Brazilian Portuguese translationYuri Chornoivan2013-12-091-174/+78
|
* Update Brazilian Portuguese translationYuri Chornoivan2013-12-091-409/+53
|
* Update Brazilian Portuguese translationYuri Chornoivan2013-12-091-397/+84
|
* Update Dutch translationYuri Chornoivan2013-12-091-7/+61
| | | | Fix bug #11825
* 16.1216.12Thierry Vignaud2013-12-092-1/+3
|
* workaround a crash (mga#11924)Thierry Vignaud2013-12-092-0/+7
| | | | | | sometimes (when there's more than one disk), the notebook is realized too early and our callbacks aren't called, resulting in $done_button not being initialized
* typo fix in commentThierry Vignaud2013-12-091-1/+1
|
* perl_checker cleanup: tag an optional variable as suchThierry Vignaud2013-12-091-5/+5
|
* log partitioning wizard failures (mga#11924)Thierry Vignaud2013-12-092-0/+4
|
* 1.471.47Thierry Vignaud2013-12-082-1/+3
|
* fix spacingThierry Vignaud2013-12-081-0/+1
|
* images: Pass audit=0 to the rescue system.user/colin/rescue-systemdColin Guthrie2013-12-072-1/+3
| | | | | | | Now that systemd is used there, we can use systemd-nspawn to 'boot' systems as containers. Unfortunately the kernel's audit subsystem needs to be fixed otherwise logging in doesn't work... so lets turn it off.
* rescue: Mask an unimportant error when loading kernel modules.Colin Guthrie2013-12-071-0/+3
| | | | | Particularly the floppy module fails quite regularly. That said, do we even need floppy support these days?
* rescue: Tidy up dirs and aliasesColin Guthrie2013-12-073-18/+15
| | | | | | | | | Technically, because we don't actually switchroot into this filesystem we don't need some of the directories and symlinks (as they are already present in the initrd). But with a long term view to making this a "real" filesystem that we DO switchroot into, it makes sense to try and keep things vaguely valid.
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-0715-21/+10
| | | | | | | | This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination.
* rescue: Rebuild the image when anything in the tree folder is changed.Colin Guthrie2013-12-071-1/+1
|
* rescue: add machined (and dbus as a dep) to the rescue.Colin Guthrie2013-12-075-1/+19
| | | | | | | | | | | | | This allows us to actually mount and run the system inside a container for more advanced debugging. I've successfully booted my systemd, logged in, had a fiddle and then powered it off again. There are some delays and it's requried to umount the /mnt/proc which seems to get automatically mounted before running nspawn. Also audit support has to be turned off in the kernel too to allow a full boot to work properly (otherwise the authentication in the container doesn't work. This is a known problem in the kernel and will be fixed eventually.
* rescue: Use systemd as initsystem.Colin Guthrie2013-12-0717-170/+178
| | | | | | | | | | | | | | | This commit converts the rescue system to systemd rather than the legacy sysvinit. Besides being faster, one primary advantage of running systemd here is that we can "boot" the system we're inspecting via systemd-nspawn to properly test it. Note: Bits that don't work: * nspawn * old dracut initqueue udev rules in /etc/ are not cleaned out (drop in support error?) * the gui may loop differently now
* rescue: Avoid having to run dracut convertfs script by setting up the tree.Colin Guthrie2013-12-073-6/+9
| | | | | | We can easily avoid post processing the tree simply by moving the tree around and ensuring we set it up correctly (with the compat symlinks) early in the process.
* Updated Estonian translationsMarek Laane2013-12-073-63/+52
|
* do not try to guess if driver is OSS or not, they all are ALSAThierry Vignaud2013-12-061-2/+2
|
* perl_checker cleanupThierry Vignaud2013-12-061-1/+1
|
* kill message about alternative driver (mga#11824)Thierry Vignaud2013-12-061-2/+1
| | | | the sound card description is kept b/c next messages start by "\n\n"