summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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+
* handle path to lzma distrib loopbacksOlivier Blin2008-12-174-3/+20
|
* simplifyOlivier Blin2008-12-171-7/+2
|
* simplifyOlivier Blin2008-12-171-7/+2
|
* 11.75Thierry Vignaud2008-12-173-1/+5
|
* sqlzma is needed by squashfs-lzmaOlivier Blin2008-12-173-0/+3
|
* squashfs needs sqlzmaOlivier Blin2008-12-171-0/+1
|
* try to load squashfs_lzma tooOlivier Blin2008-12-172-0/+3
|
* try to load squashfs-lzma tooOlivier Blin2008-12-173-0/+3
|
* (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-173-2/+6
|
* 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)
* - diskdrake:Pascal Rigaux2008-12-162-1/+4
| | | | | | | o --nfs: handle "host:/" (#44320) i wonder if \w is really needed here...
* 11.74Thierry Vignaud2008-12-162-1/+3
|
* fix build with latest X.orgThierry Vignaud2008-12-162-2/+2
|
* 11.73Thierry Vignaud2008-12-152-1/+3
|
* perl_checker cleanupsThierry Vignaud2008-12-151-34/+32
|
* (setupBootloader__general) enable to disable SMP support (#31339)Thierry Vignaud2008-12-152-0/+9
|
* (write_fstab) fix crashing on writing fstab when using SMB (#46084)Thierry Vignaud2008-12-152-0/+2
|
* (make) fix racing with udev (#41832)Thierry Vignaud2008-12-152-1/+5
|
* install task-scanning (so that xsane-gimp got installed)Thierry Vignaud2008-12-152-1/+4
|
* add Flash 2009Olivier Blin2008-12-151-0/+0
|
* update translation for kirghiz languageIlyas Bakirov2008-12-131-8/+47
|
* update translation for ItalianAndrea Celli2008-12-121-1132/+1295
|
* perl_checker cleanupsThierry Vignaud2008-12-101-5/+5
|
* really translate scanner list messageOlivier Blin2008-12-101-5/+4
|
* 11.72Thierry Vignaud2008-12-093-1/+5
|
* normalize device IDs for devices cthat came from mouse.pm in order toThierry Vignaud2008-12-091-0/+9
| | | | | | track input devices whose format name differs between ldetect & mouse.pm (hexa vs base10)
* no need to probe input devices thrice (they are already listed inThierry Vignaud2008-12-091-6/+8
| | | | | | @devices through detect_devices::probe_all() -> getInputDevices_and_usb() -> getInputDevices())
* (pciusb_id) try harder to find duplicates: ignore description for USBThierry Vignaud2008-12-091-1/+2
| | | | | | devices (especially usefull in order to track eg: input devices whose name differs between ldetect & mouse.pm)
* (pciusb_id) try harder to find duplicates: ignore pci bus & functionThierry Vignaud2008-12-091-1/+1
| | | | | for USB devices (especially usefull in order to track eg: input devices)
* (pciusb_id) try harder to find duplicates: ignore case (b/c bus can beThierry Vignaud2008-12-092-1/+2
| | | | | either 'USB' or 'usb' (eg: input devices)
* (pciusb_id) split out fields list (needed for next commits)Thierry Vignaud2008-12-091-1/+2
|
* do not sduplicated hardware as unknown (#46242): track duplicated input devicesThierry Vignaud2008-12-092-2/+3
|
* do not show duplicated hardware as unknown (#46242): * list PC Speaker as ↵Thierry Vignaud2008-12-092-1/+4
| | | | sound card
* update translation for tr languageAtilla Öntaş2008-12-061-22/+23
|
* - finish-installPascal Rigaux2008-12-052-1/+3
| | | | | | | | 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)
* make it clear finish-install require drak3d >= 1.21Pascal Rigaux2008-12-051-0/+1
|
* do not list PATA controllers as SATA (alternative would be to justThierry Vignaud2008-12-042-2/+6
| | | | | list all ATA controllers together)