summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 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...
* kill last remaining bit from MoveThierry.Vignaud2014-06-051-1/+1
| | | | should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9
* 16.3016.30Thierry Vignaud2014-06-041-0/+2
|
* fix cleaning POD blocks begining with =over or =podThierry Vignaud2014-06-041-1/+1
|
* fix typo in commit df74e103d8de6d7cc45cc3e2a99f4b9c8fff6085Thierry Vignaud2014-06-041-1/+1
|
* adapt to perl-5.20Thierry Vignaud2014-06-032-0/+2
|
* update locales listThierry Vignaud2014-05-291-0/+1
|
* podify++ install::anyThierry.Vignaud2014-05-281-0/+133
|
* convert a cople comments to PODThierry.Vignaud2014-05-281-5/+21
|
* simplify using member()Thierry.Vignaud2014-05-282-3/+3
|
* document stage2 entry pointThierry.Vignaud2014-05-281-11/+130
|
* (configure_hal) kill itThierry.Vignaud2014-05-271-0/+2
| | | | HAL has been obsoleted years ago...
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-266-65/+8
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* convert comments to PODThierry.Vignaud2014-05-261-0/+1
|
* drop PPC help messageThierry.Vignaud2014-05-2672-746/+1
| | | | | | it would have been better to test for arch first and then translate a small messages rather than forcing displaying "if you're installing on PPC, ..."
* latest kernel-xbox was compiled in march 2005...Thierry.Vignaud2014-05-262-1/+2
|
* typo fixThierry Vignaud2014-05-201-1/+1
|