Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try harder to match webcams (#53940) | Thierry Vignaud | 2010-02-25 | 2 | -1/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | add bug ID | Thierry Vignaud | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | handle new webcam driver: stv06xx (#53940) | Thierry Vignaud | 2010-02-25 | 2 | -1/+5 |
| | |||||
* | wrap & sort webcam drivers | Thierry Vignaud | 2010-02-25 | 1 | -1/+6 |
| | |||||
* | 1.43 aka automatically bump version (#57466) | Thierry Vignaud | 2010-02-23 | 2 | -1/+4 |
| | |||||
* | updated fi translation | Jani Välimaa | 2010-02-23 | 1 | -9/+8 |
| | |||||
* | - detect_devices: | Olivier Blin | 2010-02-23 | 3 | -1/+8 |
| | | | | | | o fix merging PCI devices info from sysfs which resulted in ill-informed devices matching (#57711) | ||||
* | display info about cores | Thierry Vignaud | 2010-02-21 | 2 | -0/+7 |
| | |||||
* | display CPUID level in Id part | Thierry Vignaud | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | do not display 2 decades old CPU bugs | Thierry Vignaud | 2010-02-21 | 2 | -12/+2 |
| | |||||
* | Updated Romanian translation | Catalin Florin Russen | 2010-02-21 | 1 | -19/+19 |
| | |||||
* | updated pt_BR translation | Sergio Rafael Lemke | 2010-02-18 | 1 | -5/+5 |
| | |||||
* | updated fi translation | Jani Välimaa | 2010-02-18 | 1 | -3/+2 |
| | |||||
* | updated polish translation | Marek Walczak | 2010-02-18 | 1 | -1017/+875 |
| | |||||
* | update russian translation | Alexander Kazancev | 2010-02-17 | 1 | -47/+46 |
| | |||||
* | Update French translation | Christophe Berthelé | 2010-02-17 | 1 | -7/+7 |
| | |||||
* | we use busybox.static | Antoine Ginies | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | updated el translation | Glentadakis Dimitris | 2010-02-11 | 1 | -14/+13 |
| | |||||
* | run_program: use home and logname of user we are dropping privileges to, not 501 | Pascal Terjan | 2010-02-11 | 2 | -1/+4 |
| | |||||
* | fix generation of grub md5 password on 64 bit installs | Christophe Fergeau | 2010-02-10 | 1 | -1/+3 |
| | | | | | | | we can't directly run grub-md5-crypt in 64 bit installs since it will run grub which is a 32 bit binary, and the install root fs doesn't have 32 bit user-land support. chroot into the target system if ::prefix is set to have proper 32 bit support if needed. | ||||
* | rework detection of already crypted grub passwords | Christophe Fergeau | 2010-02-10 | 1 | -10/+9 |
| | |||||
* | fix French translation | Christophe Fergeau | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Update NEWS | Pascal Terjan | 2010-02-10 | 2 | -2/+5 |
| | |||||
* | move NEWS entry to right file | Christophe Fergeau | 2010-02-10 | 2 | -1/+2 |
| | |||||
* | fix grub-md5-crypt call when running from a chroot | Christophe Fergeau | 2010-02-10 | 2 | -1/+2 |
| | | | | This should fix encrypted grub passwords in installer (bug #57461) | ||||
* | 13.11 | Pascal Terjan | 2010-02-10 | 2 | -1/+3 |
| | |||||
* | drakboot: fix crypted password detection | Pascal Terjan | 2010-02-10 | 2 | -1/+3 |
| | |||||
* | fix using empty dmraid | Pascal Terjan | 2010-02-09 | 3 | -2/+15 |
| | |||||
* | no rerved-blocks-percentage | Antoine Ginies | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | partitioning_wizard: fix a crash on empty disk | Pascal Terjan | 2010-02-09 | 2 | -1/+2 |
| | |||||
* | now busybox-1.16.0 provide the mke2fs tool | Antoine Ginies | 2010-02-09 | 1 | -2/+0 |
| | |||||
* | updated tr translation | Atilla Öntaş | 2010-02-09 | 1 | -1016/+879 |
| | |||||
* | Add back and fix lvm in patitioning wizard | Pascal Terjan | 2010-02-08 | 3 | -4/+6 |
| | |||||
* | add support for asturian (#56990) | Thierry Vignaud | 2010-02-07 | 3 | -0/+4 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2010-02-07 | 1 | -4/+5 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2010-02-07 | 1 | -6/+10 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2010-02-07 | 1 | -3/+3 |
| | |||||
* | display lvm/dmraid/... name in combo box, and disable lvm for now | Pascal Terjan | 2010-02-04 | 2 | -2/+5 |
| | |||||
* | 13.1013.10 | Thierry Vignaud | 2010-02-04 | 3 | -1/+5 |
| | |||||
* | (write_grub) ensure /boot/grub/menu.lst permissions are 0600 since it | Thierry Vignaud | 2010-02-04 | 3 | -1/+5 |
| | | | | can contains a password | ||||
* | (setupBootloader__general, read_grub_menu_lst, write_grub) default to | Thierry Vignaud | 2010-02-04 | 4 | -10/+5 |
| | | | | always crypt grub passwords | ||||
* | - handle new drivers: | Thierry Vignaud | 2010-02-04 | 3 | -19/+39 |
| | | | | | | | | | | | | o ATA: pata_atp867x, pata_piccolo, pata_rdc o DVB: dvb-usb-ec168, dvb-usb-friio, earth-pt1 o ISDN: avmfritz, mISDNinfineon, netjet, speedfax, w6692 o network: vmxnet3 o radio: radio-miropcm20, radio-usb-si470x o RAID: 3w-sas, hpsa, pmcraid o SCSI: be2iscsi, bfa, pm8001, vmw_pvscsi o TV: cx25821, saa7164 o wifi: r8187se, r8192_pci, r8192u_usb, rt2800pci, vt6655_stage, vt6656_stage | ||||
* | wrap & sort wifi drivers | Thierry Vignaud | 2010-02-04 | 1 | -8/+13 |
| | |||||
* | factorize some tests | Thierry Vignaud | 2010-02-04 | 1 | -2/+2 |
| | |||||
* | wrap & sort SCSI drivers | Thierry Vignaud | 2010-02-04 | 1 | -5/+6 |
| | |||||
* | wrap & sort RAID drivers | Thierry Vignaud | 2010-02-04 | 1 | -4/+5 |
| | |||||
* | wrap & sort DVB & TV drivers | Thierry Vignaud | 2010-02-04 | 1 | -8/+12 |
| | |||||
* | wrap & sort [ps]ata drivers | Thierry Vignaud | 2010-02-04 | 1 | -6/+14 |
| | |||||
* | add a revision history | Antoine Ginies | 2010-02-04 | 2 | -32/+38 |
| |