summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (_find_file) introduce itThierry Vignaud2014-06-212-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 Vignaud2014-06-202-1/+3
|
* fix crash on clicking Cancel after TZ selection (mga#13534)Thierry Vignaud2014-06-202-1/+4
|
* make sure udev had time to create device nodesThierry.Vignaud2014-06-192-1/+6
|
* do not bother creating /dev/fd[01]Thierry.Vignaud2014-06-192-2/+2
| | | | now done by udev
* 16.3316.33Thierry Vignaud2014-06-183-1/+5
|
* 2.5Thierry Vignaud2014-06-182-1/+2
|
* (get_dynamic_major) kill it now it's unusedThierry.Vignaud2014-06-181-5/+0
|
* don't bother creating /dev/nullThierry.Vignaud2014-06-181-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.Vignaud2014-06-181-2/+0
|
* kill support for obsolete CD driversThierry.Vignaud2014-06-181-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 nodesThierry.Vignaud2014-06-183-24/+4
| | | | | Those should be handled by udev. Live install should be tested as some were added for it.
* let udev handles /dev/urandomThierry.Vignaud2014-06-181-2/+0
| | | | | basically reverting commit 58f604869ed79dd73e01a4955efbadd97226635d ("lvm2 uses urandom")
* let udev creates '/dev/mapper/control'Thierry.Vignaud2014-06-181-7/+0
|
* remove support for ataraidThierry.Vignaud2014-06-183-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 udevThierry.Vignaud2014-06-183-127/+7
| | | | needs to be tested in draklive too (probe-modules)
* 2.4Thierry Vignaud2014-06-162-1/+2
|
* fix building with "make -j24"Thierry Vignaud2014-06-162-0/+4
|
* 16.3216.32Thierry Vignaud2014-06-153-1/+7
|
* 2.8Thierry Vignaud2014-06-152-1/+3
|
* 2.3Thierry Vignaud2014-06-152-1/+2
|
* include acpi-cpufreqThierry Vignaud2014-06-152-0/+2
|
* include platform driver autoload udev rulesThierry Vignaud2014-06-152-0/+2
|
* sync with kernel-3.15Thierry Vignaud2014-06-154-11/+17
|
* simplify after commit cfc5075fdd3effdb0617e98133cf08e6fbdceef7Thierry Vignaud2014-06-121-5/+3
| | | | this code is install specific...
* this icon is no more neededThierry Vignaud2014-06-081-2/+0
| | | | it didn't really fix the warning that has gone away anyway
* do not create /dev/mouse symling anymoreThierry Vignaud2014-06-081-2/+0
| | | | just rely on udev
* kill $Id:$ tagsThierry Vignaud2014-06-07108-109/+95
| | | | they're obsolete since switching from CVS/SVN to git...
* cleanup unsupported archesThierry Vignaud2014-06-074-400/+3
| | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ...
* Slovenian translation updatedfilip2014-06-061-2/+2
|
* 16.31.116.31.1Thierry Vignaud2014-06-062-1/+3
|
* include udev rule for VMmouseThierry Vignaud2014-06-062-0/+4
|
* 16.3116.31Thierry Vignaud2014-06-062-1/+3
|
* simplify using qq()Thierry Vignaud2014-06-061-6/+4
|
* kill the now useless mouse optionsThierry Vignaud2014-06-062-2/+2
| | | | | also kill the ‘wacom _dev’ option which is useless since commit 7fcb6cc30e6264865a66551a2ab9cca3dc089c64 more than 10 years ago
* include XKB rules for evdevThierry Vignaud2014-06-061-0/+4
|
* don't write input sections in xorg.confThierry Vignaud2014-06-062-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 X11Thierry Vignaud2014-06-061-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 driversThierry Vignaud2014-06-051-2/+1
|
* include xorg.conf.d confletsThierry Vignaud2014-06-051-0/+6
|
* include synaptics_driverThierry Vignaud2014-06-051-0/+1
|
* simplify after previous commitThierry.Vignaud2014-06-051-1/+1
| | | | we only have either Driver:foobar or Xnest
* kill last remainging bit of XFree86-3.x supportThierry.Vignaud2014-06-051-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 MoveThierry.Vignaud2014-06-051-1/+1
| | | | should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9
* 16.30Thierry Vignaud2014-06-041-1/+1
|
* 16.3016.30Thierry Vignaud2014-06-042-0/+4
|
* fix cleaning POD blocks begining with =over or =podThierry Vignaud2014-06-041-1/+1
|
* fix typo in commit df74e103d8de6d7cc45cc3e2a99f4b9c8fff6085Thierry Vignaud2014-06-041-1/+1
|
* fix typo in commit e4a19b10331a686461cbbcaecfb1cba5c5342676Thierry Vignaud2014-06-041-1/+1
|
* adapt to perl-5.20Thierry Vignaud2014-06-032-0/+2
|