summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* adapt to URPM-5Thierry Vignaud2014-10-202-1/+3
|
* 16.4216.42Pascal Terjan2014-10-201-0/+2
|
* Only allow GRUB2 when booting on btrfsPascal Terjan2014-10-201-0/+2
|
* 16.4116.41Thierry Vignaud2014-10-201-0/+2
|
* adapt to latest systemdThierry Vignaud2014-10-202-1/+2
| | | | (http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/)
* sync with kernel-3.17Thierry Vignaud2014-10-201-0/+1
|
* Allow /boot on btrfsPascal Terjan2014-10-201-0/+2
|
* add bug idThierry Vignaud2014-10-201-1/+1
|
* fix version in NEWSThierry Vignaud2014-10-201-1/+1
|
* 16.4016.40Thierry Vignaud2014-10-201-0/+2
|
* log X.org server logs when it fails to start up (mga#13471)Thierry.Vignaud2014-10-202-1/+4
|
* make code more readableThierry.Vignaud2014-10-201-1/+4
| | | | (needed for next commit)
* adwaita-gtk3-theme no longer provides a settings.ini fileThierry Vignaud2014-10-202-4/+1
| | | | and gtk+3 now works smoothly without it
* include paravirtual network driver for hyper-vThierry Vignaud2014-10-201-0/+2
|
* regroup stuff from share/Thierry Vignaud2014-10-201-10/+8
|
* 16.3816.39Thierry Vignaud2014-10-201-0/+2
|
* add kernel-3.16 supportThierry Vignaud2014-10-201-0/+2
|
* 16.3816.38Anne Nicolas2014-07-221-0/+4
|
* Mageia 5 alpha 2 left backgroundAnne Nicolas2014-07-221-0/+0
|
* perl_checker fixThierry Vignaud2014-07-031-1/+1
| | | | (spot by tmb)
* 16.3716.37Colin Guthrie2014-07-031-0/+3
|
* fix not writing /etc/fstabThierry Vignaud2014-07-031-1/+1
| | | | | test condition was wrongly inverted in commit 5eb630b080a5566359773bb38fd6e2f31e32459a
* improve fs sorting in combo box (mga#13640)Thierry Vignaud2014-07-031-0/+3
| | | | was "misplaced" in commit 58bbc1fb86132ac8ca16bef41fb0e8c91960846f
* 16.3616.36Thomas Backlund2014-07-011-0/+2
|
* hide /boot/efi check for now (mga#13638)Thomas Backlund2014-07-011-0/+2
|
* update NEWS16.35Anne Nicolas2014-06-291-0/+3
|
* Mageia 5 alapha 1 left backgroundAnne Nicolas2014-06-291-0/+0
|
* make sure udev had time to create device nodesThierry.Vignaud2014-06-191-0/+2
|
* 16.3316.33Thierry Vignaud2014-06-181-0/+2
|
* do not even try to create basic /dev nodesThierry.Vignaud2014-06-181-0/+2
| | | | | Those should be handled by udev. Live install should be tested as some were added for it.
* 16.3216.32Thierry Vignaud2014-06-151-0/+2
|
* include platform driver autoload udev rulesThierry Vignaud2014-06-152-0/+2
|
* sync with kernel-3.15Thierry Vignaud2014-06-151-0/+2
|
* 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-0717-17/+16
| | | | they're obsolete since switching from CVS/SVN to git...
* 16.31.116.31.1Thierry Vignaud2014-06-061-0/+2
|
* include udev rule for VMmouseThierry Vignaud2014-06-062-0/+4
|
* 16.3116.31Thierry Vignaud2014-06-061-0/+2
|
* 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...