summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* update translation for greek languageGlentadakis Dimitris2009-01-101-2/+2
|
* update translation for greek languageGlentadakis Dimitris2009-01-101-360/+400
|
* update translation for greek languageGlentadakis Dimitris2009-01-101-90/+97
|
* use urpm::download::parse_url_with_login() directly instead ofThierry Vignaud2009-01-091-9/+2
| | | | | copying/forking it since urpm::download is available at install time
* (bestKernel_extensions) do not install kernel-server on x86_64 whenThierry Vignaud2009-01-092-1/+3
| | | | | there's more than 4Gb of RAM (#44709) ; use better heuristics
* Try to detect serversPascal Terjan2009-01-092-0/+14
|
* Trim white space at end of linesPascal Terjan2009-01-091-65/+65
|
* Add support for editing partition labels without formattingPascal Terjan2009-01-095-28/+108
|
* (_create_Window) prevent mdkapplet from crashing (#46477)Thierry Vignaud2009-01-092-1/+2
|
* update translation for greek languageGlentadakis Dimitris2009-01-091-18/+22
|
* hum, the switch to cifs suggested in #42483 was only partially done, commentPascal Rigaux2009-01-091-6/+3
| | | | | | | | | | #11 of the #42483 completes the fix. this fixes: - diskdrake: o --smb: cifs must be used instead of smbfs (#42483)
* update translation for greek languageGlentadakis Dimitris2009-01-091-3/+3
|
* update translation for greek languageGlentadakis Dimitris2009-01-081-10/+10
|
* update translation for greek languageGlentadakis Dimitris2009-01-081-11/+17
|
* 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)
* - diskdrake:Pascal Rigaux2009-01-084-5/+6
| | | | | o --smb: cifs must be used instead of smbfs (#42483)
* update translation for greek languageGlentadakis Dimitris2009-01-071-37/+34
|
* lookup for Samba master browsers tooOlivier Blin2009-01-072-1/+3
|
* allow showing Skip button instead of Cancel in wizards (initially for ↵Olivier Blin2009-01-072-1/+3
| | | | finish-install in Gdium)
* update translation for PolishTomasz Bednarski2009-01-071-15/+11
|
* update translation for greek languageGlentadakis Dimitris2009-01-061-4/+29
|
* fix displaying in proper category sound coprocessor & misc ACPI event keys ↵Thierry Vignaud2009-01-062-2/+4
| | | | NEWS harddrake
* update translation for greek languageGlentadakis Dimitris2009-01-051-15/+21
|
* - ext4dev is now stable and called ext4 in 2.6.28+Pascal Terjan2009-01-058-20/+26
|
* Osatuta.Iñigo Salvador Azurmendi2009-01-041-18/+13
|
* update translation for greek languageGlentadakis Dimitris2009-01-041-14/+42
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-01-041-2/+2
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-01-041-12/+12
|
* update translation for greek languageGlentadakis Dimitris2009-01-041-25/+25
|
* update translation for greek languageGlentadakis Dimitris2009-01-041-1034/+832
|
* update translation for greek languageGlentadakis Dimitris2009-01-021-3/+4
|
* Updated Estonian translation.Marek Laane2009-01-021-4/+4
|
* update translation for ItalianAndrea Celli2009-01-021-12/+9
|
* Update French translationChristophe Berthelé2009-01-011-4/+4
|
* update pot (#46606)Olivier Blin2009-01-0171-17795/+18822
|
* update translation for greek languageGlentadakis Dimitris2008-12-231-208/+145
|
* 2008-12-19 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-12-191-3/+3
| | | | | | | * nl.po: Updated Dutch translation (fix two typo's reported by Kristof Bal)
* libnss3 libs are in /libPascal Rigaux2008-12-181-4/+4
|
* 11.76Thierry Vignaud2008-12-183-1/+5
|
* - adapt to cooker: librpm4.6 uses libnss3 which needs its modulesPascal Rigaux2008-12-182-0/+5
|
* (entry) fix retrieving major/minor for whole discs (regressionThierry Vignaud2008-12-181-1/+2
| | | | | introduced in previous commit (r250534))
* (write) get major/minor again after writing the partition table soThierry Vignaud2008-12-181-0/+3
| | | | | | that we got them for dynamic devices (eg: for SCSI like devices with kernel-2.6.28+)
* (entry) use sysfs in order to discover major/minor for SCSI likeThierry Vignaud2008-12-183-3/+10
| | | | | devices since they're dynamic with kernel-2.6.28+
* 11.75Thierry Vignaud2008-12-173-1/+5
|
* (add) kernel-2.6.28+ supports more than 15 partitions on SATA & SCSI devicesThierry Vignaud2008-12-173-1/+4
|
* add support for 2 new network drivers: sxg & w35undThierry Vignaud2008-12-172-0/+4
|
* cleanup: remove support from migrating to a different rpm dbapiPascal Rigaux2008-12-163-10/+3
| | | | | (it never worked and it was never used)
* - force to use static input devices againPascal Rigaux2008-12-162-0/+7
| | | | | | | | (since the default in xorg has changed) otherwise keyboard doesn't work, since we don't have hal to handle automatic input devices
* - diskdrake:Pascal Rigaux2008-12-162-1/+3
| | | | | | | o --nfs: handle domainname not set (reported somewhere, but can't find where...)
* - bootloader-config:Pascal Rigaux2008-12-162-6/+11
| | | | | | o do not modify /boot/vmlinuz symlinks before doing mkinitrd in case mkinitrd fails (#44862)