summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanups [backported from trunk]Thierry Vignaud2009-01-061-5/+5
|
* normalize device IDs for devices that came from mouse.pm in order toThierry Vignaud2009-01-061-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10) [backported from trunk]
* no need to probe input devices thrice (they are already listed inThierry Vignaud2009-01-061-6/+8
| | | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices()) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2009-01-061-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2009-01-061-1/+1
| | | | | | for USB devices (especially usefull in order to track eg: input devices) [backported from trunk]
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2009-01-062-1/+2
| | | | | either 'USB' or 'usb' (eg: input devices) [backported from trunk]
* (pciusb_id) split out fields list (needed for next commits) [backported from ↵Thierry Vignaud2009-01-061-1/+2
| | | | trunk]
* do not sduplicated hardware as unknown (#46242): track duplicatedThierry Vignaud2009-01-062-2/+3
| | | | | input devices [backported from trunk]
* do not show duplicated hardware as unknown (#46242): list PC SpeakerThierry Vignaud2009-01-062-1/+4
| | | | | as sound card [backported from trunk]
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2009-01-062-2/+6
| | | | | list all ATA controllers together) [backported from trunk]
* (make) fix racing with udev (#41832) [backported from trunk]Thierry Vignaud2009-01-062-1/+4
|
* (write_fstab) fix crashing on writing fstab when using SMB (#46084) ↵Thierry Vignaud2009-01-062-0/+2
| | | | [Backported from trunk]
* - diskdrake:Pascal Rigaux2008-12-162-1/+4
| | | | | | | o --nfs: handle "host:/" (#44320) (backported from trunk)
* 11.71.2Pascal Rigaux2008-12-052-7/+5
|
* - finish-installPascal Rigaux2008-12-052-1/+5
| | | | | | | | | o use /dev/urandom instead of /dev/random to generate salt for passwords (since reading on /dev/random can block boot process) (bug found/fixed by blino) (backported from trunk)
* 11.71.1Pascal Rigaux2008-12-052-1/+3
|
* make it clear finish-install require drak3d >= 1.21Pascal Rigaux2008-12-051-0/+1
| | | | | (backport from trunk)
* - do allow to upgrade Mandrakelinux (regression introduced in 10.14)Pascal Rigaux2008-12-012-1/+2
| | | | | | (bug tested on Mandrakelinux LE 2005) (regression introduced in r239304 2008-03-13)
* Osatuta.Iñigo Salvador Azurmendi2008-11-301-1/+32
|
* Osatu gabe (1 falta da).Iñigo Salvador Azurmendi2008-11-301-1/+20
|
* write distro release in bug descriptionThierry Vignaud2008-11-262-1/+4
|
* avoid to add empty cancel button (thanks blino)Wanderlei Antonio Cavassin2008-11-251-1/+1
|
* Honors $::Wizard_no_cancel when creating ok and cancel buttons.Wanderlei Antonio Cavassin2008-11-251-1/+1
|
* handle new network driver: et131x, smsc95xxThierry Vignaud2008-11-242-0/+4
|
* Updated in progress Romanian translationCatalin Florin Russen2008-11-221-359/+308
|
* update translation for kirghiz languageIlyas Bakirov2008-11-221-286/+257
|
* finish-install: show only installed 3D desktopsOlivier Blin2008-11-172-1/+4
|
* fix reading compssUsers.pl if rpmsrate is forced (for example with ↵Olivier Blin2008-11-172-1/+4
| | | | drakx-in-chroot)
* Fixed typos in Romanian translationCosmin Humeniuc2008-11-171-3/+3
|
* Fixed typos in Romanian translationCosmin Humeniuc2008-11-171-4/+4
|
* Fixed typos in Romanian translationCosmin Humeniuc2008-11-171-4/+4
|
* adapt to new Xconfig::glx APIOlivier Blin2008-11-141-1/+1
|
* update for German translationOliver Burger2008-11-121-8/+7
|
* updated Russian translationPavel Maryanov2008-11-111-6/+6
|
* updated Russian translationPavel Maryanov2008-11-111-2/+2
|
* updated Russian translationPavel Maryanov2008-11-111-6/+6
|
* updated Russian translationPavel Maryanov2008-11-111-33/+33
|
* updated Russian translationPavel Maryanov2008-11-111-406/+422
|
* updated Russian translationPavel Maryanov2008-11-111-843/+763
|
* updated Russian translationPavel Maryanov2008-11-111-185/+145
|
* 11.71Pascal Rigaux2008-11-062-1/+3
|
* - diskdrakePascal Rigaux2008-11-062-1/+2
| | | | | o --dav: handle https
* - diskdrakePascal Rigaux2008-11-063-6/+91
| | | | | o --dav: handle davfs2 credentials in /etc/davfs2/secrets (#44190)
* updatesKeld Simonsen2008-11-051-24/+27
|
* updatesKeld Simonsen2008-11-031-32/+19
|
* updatesKeld Simonsen2008-11-031-13/+13
|
* Update zh_TW translationShiva Huang2008-10-311-2/+2
|
* Updated Romanian translationCatalin Florin Russen2008-10-251-102/+144
|
* fix previous commit (thanks to titi)Pascal Rigaux2008-10-201-1/+1
|
* - fix detecting SMP (was broken we relied on install kernel being non-smp) ↵Pascal Rigaux2008-10-202-0/+3
| | | | (#44825)