| Commit message (Expand) | Author | Age | Files | Lines |
* | - use new PerlIO instead of iconv | Pascal Rigaux | 2002-07-22 | 1 | -5/+5 |
* | make F1 go back to console mode. | Francois Pons | 2002-07-22 | 1 | -1/+1 |
* | fixed length of progress bar for isolinux, reduced by 10%. | Francois Pons | 2002-07-22 | 1 | -1/+1 |
* | try avoiding infinite loop. | Francois Pons | 2002-07-22 | 1 | -1/+9 |
* | hide password in adsl configuration | Damien Chaumette | 2002-07-22 | 1 | -1/+1 |
* | updated pot file | Pablo Saratxaga | 2002-07-22 | 3 | -3548/+3454 |
* | don't have iph5526 on stage1 (no room) | Pascal Rigaux | 2002-07-22 | 1 | -0/+1 |
* | add iph5526 network module (fibre channel) | Pascal Rigaux | 2002-07-22 | 1 | -0/+2 |
* | ustable modules not listed is not an error, just a info | Pascal Rigaux | 2002-07-22 | 1 | -2/+3 |
* | fix multi-head auto-choosing in auto install | Pascal Rigaux | 2002-07-21 | 1 | -2/+3 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+7 |
* | workaround "traverse_tag" pb in Resolve.pm resolve_requested (is it ok??) | Pascal Rigaux | 2002-07-21 | 1 | -0/+2 |
* | new snapshot | Pascal Rigaux | 2002-07-21 | 1 | -1/+4 |
* | - network: add orinoco_plx | Pascal Rigaux | 2002-07-21 | 1 | -5/+14 |
* | - don't have qla2200 and qla2300 (too big, no room for them) | Pascal Rigaux | 2002-07-21 | 1 | -6/+31 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+7 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+31 |
* | Load "extmod" is a must! (for things like shape and dga) | Pascal Rigaux | 2002-07-21 | 1 | -0/+1 |
* | fix typo | Pascal Rigaux | 2002-07-21 | 1 | -1/+1 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-21 | 1 | -0/+96 |
* | no more locale.cz2, just keeping the main charset /usr/share/locale/UTF-8 | Pascal Rigaux | 2002-07-21 | 1 | -7/+7 |
* | - remove utf_xxx charsets, adding a flag UTF-8 instead | Pascal Rigaux | 2002-07-21 | 1 | -210/+179 |
* | build per languages symlinks using the new::during_install__lang2charset | Pascal Rigaux | 2002-07-21 | 2 | -7/+30 |
* | usr/share/locale skeleton is now build in gen_locales.pl | Pascal Rigaux | 2002-07-21 | 1 | -0/+0 |
* | - $in and $do_pkgs are no more global | Pascal Rigaux | 2002-07-20 | 1 | -135/+129 |
* | (getinfoFromXF86Config): move here setting prefer_xf3 based on current choice... | Pascal Rigaux | 2002-07-20 | 1 | -0/+3 |
* | - rename updateCardAccordingName into add_to_card__using_Cards | Pascal Rigaux | 2002-07-20 | 1 | -94/+42 |
* | call config_dvd with $have_devfsd | Pascal Rigaux | 2002-07-20 | 1 | -3/+4 |
* | - rename updateCardAccordingName into add_to_card__using_Cards | Pascal Rigaux | 2002-07-20 | 1 | -2/+2 |
* | try very hard to make rdvd work: | Pascal Rigaux | 2002-07-20 | 1 | -10/+30 |
* | please perl_checker | Pascal Rigaux | 2002-07-20 | 1 | -0/+1 |
* | shorter and nicer XF86Config's | Pascal Rigaux | 2002-07-20 | 3 | -169/+126 |
* | - complete app list | Daouda Lo | 2002-07-20 | 1 | -10/+15 |
* | fix typo | Pascal Rigaux | 2002-07-20 | 1 | -2/+2 |
* | (devfssymlinkf): use devfs names for devfs/conf.d/xxx.conf, but not for the | Pascal Rigaux | 2002-07-20 | 1 | -5/+6 |
* | devfssymlinkf doesn't have any return value, so don't check it | Pascal Rigaux | 2002-07-20 | 2 | -5/+3 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-19 | 1 | -0/+55 |
* | reduce "Use of uninitialized value" in a heavy used place | Pascal Rigaux | 2002-07-19 | 1 | -1/+3 |
* | - reorganize monitor tree | Pascal Rigaux | 2002-07-19 | 1 | -39/+58 |
* | read monitor's VendorName & ModelName | Pascal Rigaux | 2002-07-19 | 1 | -0/+4 |
* | - fix good_default_monitor (must not be 1600x1200!) | Pascal Rigaux | 2002-07-19 | 1 | -2/+3 |
* | (devfssymlinkf): try devices::to_devfs when devfs_device is not provided | Pascal Rigaux | 2002-07-19 | 1 | -1/+5 |
* | add functions to_devfs and from_devfs. These only work for devices entries | Pascal Rigaux | 2002-07-19 | 1 | -0/+35 |
* | (devfssymlinkf): use devfs_device instead of device when available | Pascal Rigaux | 2002-07-19 | 2 | -6/+7 |
* | help perl_checker | Pascal Rigaux | 2002-07-19 | 1 | -1/+1 |
* | handling devfs names for cdrom/hds on ide/scsi (needs testing) | Pascal Rigaux | 2002-07-19 | 2 | -11/+43 |
* | make progress bar more appropriate. | Francois Pons | 2002-07-19 | 1 | -1/+1 |
* | reduce progress bar width. | Francois Pons | 2002-07-19 | 1 | -1/+1 |
* | *** empty log message *** | Pascal Rigaux | 2002-07-19 | 1 | -0/+103 |
* | partly cleanup monitor re-configuration (work in progress) | Pascal Rigaux | 2002-07-19 | 1 | -15/+16 |