Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mageia 5 alapha 1 left background | Anne Nicolas | 2014-06-29 | 1 | -0/+0 |
| | |||||
* | really apply fix for mga#13492 | Thierry Vignaud | 2014-06-28 | 1 | -0/+1 |
| | |||||
* | fix not being able to select packages when list contains only one (mga#13492) | Thierry Vignaud | 2014-06-27 | 1 | -0/+2 |
| | |||||
* | 16.3416.34 | Thierry Vignaud | 2014-06-26 | 2 | -1/+3 |
| | |||||
* | fix installing fonts (Frédéric Buclin, mga#11849) | Thierry Vignaud | 2014-06-26 | 2 | -2/+4 |
| | | | | | fallout from gtk2 -> gtk3 switch get_filenames() now returns an arrayref instead of a list. | ||||
* | perl_checker fix | Thierry Vignaud | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | (_find_file) introduce it | Thierry Vignaud | 2014-06-21 | 2 | -1/+13 |
| | | | | | | | | either file has an absolute path and we check for its existence or it has not and we assume it's a binary to lookup in $PATH thus fixing a warning in mousedrake since commit be1d69418fda6e16422d634c59b54375bfa7a897 | ||||
* | fix loosing TZ choice when canceling TZ selection (mga#13534) | Thierry Vignaud | 2014-06-20 | 2 | -1/+3 |
| | |||||
* | fix crash on clicking Cancel after TZ selection (mga#13534) | Thierry Vignaud | 2014-06-20 | 2 | -1/+4 |
| | |||||
* | make sure udev had time to create device nodes | Thierry.Vignaud | 2014-06-19 | 2 | -1/+6 |
| | |||||
* | do not bother creating /dev/fd[01] | Thierry.Vignaud | 2014-06-19 | 2 | -2/+2 |
| | | | | now done by udev | ||||
* | 16.3316.33 | Thierry Vignaud | 2014-06-18 | 3 | -1/+5 |
| | |||||
* | 2.5 | Thierry Vignaud | 2014-06-18 | 2 | -1/+2 |
| | |||||
* | (get_dynamic_major) kill it now it's unused | Thierry.Vignaud | 2014-06-18 | 1 | -5/+0 |
| | |||||
* | don't bother creating /dev/null | Thierry.Vignaud | 2014-06-18 | 1 | -3/+1 |
| | | | | | | We mount --bind /dev on $::prefix/dev just after... Should have been done in commit 0e175066e7b21b48285d28afe85493664a0c2a8a Also restore comment & fix it. | ||||
* | those are way obsolete... | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
| | |||||
* | kill support for obsolete CD drivers | Thierry.Vignaud | 2014-06-18 | 1 | -11/+1 |
| | | | | | those were killed in 2007 see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/cdrom?id=f3f541f9ded9dd37edca103dd3be49bfbd9e730d | ||||
* | do not even try to create basic /dev nodes | Thierry.Vignaud | 2014-06-18 | 3 | -24/+4 |
| | | | | | Those should be handled by udev. Live install should be tested as some were added for it. | ||||
* | let udev handles /dev/urandom | Thierry.Vignaud | 2014-06-18 | 1 | -2/+0 |
| | | | | | basically reverting commit 58f604869ed79dd73e01a4955efbadd97226635d ("lvm2 uses urandom") | ||||
* | let udev creates '/dev/mapper/control' | Thierry.Vignaud | 2014-06-18 | 1 | -7/+0 |
| | |||||
* | remove support for ataraid | Thierry.Vignaud | 2014-06-18 | 3 | -17/+2 |
| | | | | | | was killed in kernel on 2002-08-16, obsolete since kernel-2.6... See https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=12105c896098faf822e882f3495fee485c2ebaa5 | ||||
* | stop creating /dev entries now that we use udev | Thierry.Vignaud | 2014-06-18 | 3 | -127/+7 |
| | | | | needs to be tested in draklive too (probe-modules) | ||||
* | 2.4 | Thierry Vignaud | 2014-06-16 | 2 | -1/+2 |
| | |||||
* | fix building with "make -j24" | Thierry Vignaud | 2014-06-16 | 2 | -0/+4 |
| | |||||
* | 16.3216.32 | Thierry Vignaud | 2014-06-15 | 3 | -1/+7 |
| | |||||
* | 2.8 | Thierry Vignaud | 2014-06-15 | 2 | -1/+3 |
| | |||||
* | 2.3 | Thierry Vignaud | 2014-06-15 | 2 | -1/+2 |
| | |||||
* | include acpi-cpufreq | Thierry Vignaud | 2014-06-15 | 2 | -0/+2 |
| | |||||
* | include platform driver autoload udev rules | Thierry Vignaud | 2014-06-15 | 2 | -0/+2 |
| | |||||
* | sync with kernel-3.15 | Thierry Vignaud | 2014-06-15 | 4 | -11/+17 |
| | |||||
* | simplify after commit cfc5075fdd3effdb0617e98133cf08e6fbdceef7 | Thierry Vignaud | 2014-06-12 | 1 | -5/+3 |
| | | | | this code is install specific... | ||||
* | this icon is no more needed | Thierry Vignaud | 2014-06-08 | 1 | -2/+0 |
| | | | | it didn't really fix the warning that has gone away anyway | ||||
* | do not create /dev/mouse symling anymore | Thierry Vignaud | 2014-06-08 | 1 | -2/+0 |
| | | | | just rely on udev | ||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 108 | -109/+95 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | cleanup unsupported arches | Thierry Vignaud | 2014-06-07 | 4 | -400/+3 |
| | | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ... | ||||
* | Slovenian translation updated | filip | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | 16.31.116.31.1 | Thierry Vignaud | 2014-06-06 | 2 | -1/+3 |
| | |||||
* | include udev rule for VMmouse | Thierry Vignaud | 2014-06-06 | 2 | -0/+4 |
| | |||||
* | 16.3116.31 | Thierry Vignaud | 2014-06-06 | 2 | -1/+3 |
| | |||||
* | simplify using qq() | Thierry Vignaud | 2014-06-06 | 1 | -6/+4 |
| | |||||
* | kill the now useless mouse options | Thierry Vignaud | 2014-06-06 | 2 | -2/+2 |
| | | | | | also kill the ‘wacom _dev’ option which is useless since commit 7fcb6cc30e6264865a66551a2ab9cca3dc089c64 more than 10 years ago | ||||
* | include XKB rules for evdev | Thierry Vignaud | 2014-06-06 | 1 | -0/+4 |
| | |||||
* | don't write input sections in xorg.conf | Thierry Vignaud | 2014-06-06 | 2 | -21/+7 |
| | | | | | | | | for eg: USB wacom tablets, mouses & keyboard (we were missing Synaptics touchpads) We now rely on evdev/udev for input devices, which should make Synaptics touchpads to now automagically work during install (mga#11524) | ||||
* | include mageia-setup-keyboard & udev rules for X11 | Thierry Vignaud | 2014-06-06 | 1 | -0/+7 |
| | | | | | | | also include Wacom rules note that FC adds extra udev rules for synaptics: 70-touchpad-quirks.rules | ||||
* | include evdev instead of kbd+mouse drivers | Thierry Vignaud | 2014-06-05 | 1 | -2/+1 |
| | |||||
* | include xorg.conf.d conflets | Thierry Vignaud | 2014-06-05 | 1 | -0/+6 |
| | |||||
* | include synaptics_driver | Thierry Vignaud | 2014-06-05 | 1 | -0/+1 |
| | |||||
* | simplify after previous commit | Thierry.Vignaud | 2014-06-05 | 1 | -1/+1 |
| | | | | we only have either Driver:foobar or Xnest | ||||
* | kill last remainging bit of XFree86-3.x support | Thierry.Vignaud | 2014-06-05 | 1 | -1/+1 |
| | | | | | should have been gone along either in 2000 (when switching from XFree86 3.x to 4.x or in 2004/2005 when switching from XFree86 to X.org... | ||||
* | kill last remaining bit from Move | Thierry.Vignaud | 2014-06-05 | 1 | -1/+1 |
| | | | | should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9 |