summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Allow LVM in non expert mode and allow Encrypted partition inside LVMPascal Terjan2009-04-272-2/+6
|
* do not try to install skim-scim-pinyin anymore, it is not available in 2009.0Olivier Blin2009-03-042-1/+3
|
* fix reading default input method setting (skim was read if scim-bridge was ↵Olivier Blin2009-03-032-7/+7
| | | | configured before)
* give console rights for current session when renaming user in finish-install ↵Olivier Blin2009-02-252-0/+4
| | | | (backport from trunk)
* add finit support in finish-install (backport from trunk)Olivier Blin2009-02-252-0/+8
|
* 11.71.8Thierry Vignaud2009-02-252-1/+3
|
* better logThierry Vignaud2009-02-251-1/+1
|
* prevent wrongly notifying we switched from proprietary to free driverThierry Vignaud2009-02-252-1/+6
| | | | | (anssi, #41969) (regression introduced in r248278 on 16 October 2008)
* 11.71.7Pascal Rigaux2009-01-152-1/+3
|
* - diskdrake:Pascal Rigaux2009-01-152-2/+5
| | | | | | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) (domain= should not be set in credentials for mount.cifs) (backport from trunk)
* revert previous commit (it's all wrong)Pascal Rigaux2009-01-152-5/+2
|
* - diskdrake:Pascal Rigaux2009-01-152-2/+5
| | | | | | | o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) (backport from trunk)
* 11.71.6Thierry Vignaud2009-01-092-1/+3
|
* (_create_Window) prevent mdkapplet from crashing (#46477)Thierry Vignaud2009-01-092-1/+3
|
* releasing 11.71.5 which replaces 11.71.4Pascal Rigaux2009-01-093-11/+6
| | | | | | | | | | | the switch to cifs suggested in #42483 was only partially done, comment #11 of the #42483 completes the fix. this (should) completly fixes: - diskdrake: o --smb: cifs must be used instead of smbfs (#42483)
* lookup for Samba master browsers too (backport from trunk)Olivier Blin2009-01-082-1/+4
|
* 11.71.4Pascal Rigaux2009-01-082-1/+3
|
* since cifs, /etc/samba/auth.xxx format has changed slightly: spaces are notPascal Rigaux2009-01-081-1/+1
| | | | | | | allowed around "=" (at least that's what comment #6 of bug #42483 says) (backported from trunk)
* - disdrakePascal Rigaux2009-01-084-5/+8
| | | | | | | o --smb: cifs must be used instead of smbfs (#42483) (backported from trunk)
* track regressionsThierry Vignaud2009-01-071-0/+1
|
* 11.71.3Thierry Vignaud2009-01-062-1/+3
|
* fix displaying in proper category sound coprocessor & misc ACPI eventThierry Vignaud2009-01-062-2/+3
| | | | | keys NEWS harddrake [backported from trunk]
* 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)