summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - use new PerlIO instead of iconvPascal Rigaux2002-07-221-5/+5
| | | | | | | | - transliterate by hand &ndash and &eacute - move "use utf8" at top - fix the spaces between entities (eg: &company-microsoft; &os-windows; must not be MicrosoftWindows)
* make F1 go back to console mode.Francois Pons2002-07-221-1/+1
|
* fixed length of progress bar for isolinux, reduced by 10%.Francois Pons2002-07-221-1/+1
|
* try avoiding infinite loop.Francois Pons2002-07-221-1/+9
|
* hide password in adsl configurationDamien Chaumette2002-07-221-1/+1
|
* updated pot filePablo Saratxaga2002-07-223-3548/+3454
|
* don't have iph5526 on stage1 (no room)Pascal Rigaux2002-07-221-0/+1
|
* add iph5526 network module (fibre channel)Pascal Rigaux2002-07-221-0/+2
|
* ustable modules not listed is not an error, just a infoPascal Rigaux2002-07-221-2/+3
|
* fix multi-head auto-choosing in auto installPascal Rigaux2002-07-211-2/+3
|
* *** empty log message ***Pascal Rigaux2002-07-211-0/+7
|
* workaround "traverse_tag" pb in Resolve.pm resolve_requested (is it ok??)Pascal Rigaux2002-07-211-0/+2
|
* new snapshotPascal Rigaux2002-07-211-1/+4
|
* - network: add orinoco_plxPascal Rigaux2002-07-211-5/+14
| | | | | | | | - scsi/hardware_raid: add qla2200 & qla2300 - sound: add audigy snd-cs46xx snd-maestro3 snd-korg1212 snd-ens1370 snd-als4000 - tv: add cyber2000fb - joystick: add emu10k1-gp iforce
* - don't have qla2200 and qla2300 (too big, no room for them)Pascal Rigaux2002-07-211-6/+31
| | | | | - add checking modules of pcitable and usbtable
* *** empty log message ***Pascal Rigaux2002-07-211-0/+7
|
* *** empty log message ***Pascal Rigaux2002-07-211-0/+31
|
* Load "extmod" is a must! (for things like shape and dga)Pascal Rigaux2002-07-211-0/+1
|
* fix typoPascal Rigaux2002-07-211-1/+1
|
* *** empty log message ***Pascal Rigaux2002-07-211-0/+96
|
* no more locale.cz2, just keeping the main charset /usr/share/locale/UTF-8Pascal Rigaux2002-07-211-7/+7
|
* - remove utf_xxx charsets, adding a flag UTF-8 insteadPascal Rigaux2002-07-211-210/+179
| | | | | | | | | | | - add during_install__lang2charset - when using ramdisk, no locale.cz2 anymore: there are 3 main charsets containing everything for all locales, except LC_CTYPE by default, there is UTF-8. when asked for GB2312 or BIG5, removing the other main charsets - cleanup comments (use #- instead of #) - various cleanup
* build per languages symlinks using the new::during_install__lang2charsetPascal Rigaux2002-07-212-7/+30
| | | | | | | -> this enables doing the same during install when using ramdisk => no need to have a locale.cz2 anymore (this is now possible since the number of special cases is lower than before)
* usr/share/locale skeleton is now build in gen_locales.plPascal Rigaux2002-07-211-0/+0
|
* - $in and $do_pkgs are no more globalPascal Rigaux2002-07-201-135/+129
| | | | | | | | => it's now easier to keep track of interactive vs non-interactive functions - rename updateCardAccordingName into add_to_card__using_Cards - rename cardConfigurationAuto into probe_cards - and a few other function renamings
* (getinfoFromXF86Config): move here setting prefer_xf3 based on current ↵Pascal Rigaux2002-07-201-0/+3
| | | | choice on system
* - rename updateCardAccordingName into add_to_card__using_CardsPascal Rigaux2002-07-201-94/+42
| | | | | | - rename cardConfigurationAuto into probe_cards - cleanup the simple XF86Config used during install
* call config_dvd with $have_devfsdPascal Rigaux2002-07-201-3/+4
|
* - rename updateCardAccordingName into add_to_card__using_CardsPascal Rigaux2002-07-201-2/+2
| | | | | - rename cardConfigurationAuto into probe_cards
* try very hard to make rdvd work:Pascal Rigaux2002-07-201-10/+30
| | | | | | | | | | | - if not using devfs, it worked so keeping things unchanged - if using devfs, using the new dynamic rawdevice.script script to bind a rawdevice on demand pb: can't have both a devfs and a non-devfs config, the /etc/sysconfig/rawdevices solution gives errors with devfs (since the dvd is not REGISTERed yet)
* please perl_checkerPascal Rigaux2002-07-201-0/+1
|
* shorter and nicer XF86Config'sPascal Rigaux2002-07-203-169/+126
|
* - complete app listDaouda Lo2002-07-201-10/+15
|
* fix typoPascal Rigaux2002-07-201-2/+2
|
* (devfssymlinkf): use devfs names for devfs/conf.d/xxx.conf, but not for thePascal Rigaux2002-07-201-5/+6
| | | | | symlink in /dev (which is used when devfs is not)
* devfssymlinkf doesn't have any return value, so don't check itPascal Rigaux2002-07-202-5/+3
|
* *** empty log message ***Pascal Rigaux2002-07-191-0/+55
|
* reduce "Use of uninitialized value" in a heavy used placePascal Rigaux2002-07-191-1/+3
| | | | | (useful when debugging)
* - reorganize monitor treePascal Rigaux2002-07-191-39/+58
| | | | | | | | - merge XF3 & XF4 server/module choosing - replace {eide} by {EISA_ID} (=> {monitor} cleanup) - ensure a few "Cancel" are more better handled - ensure the default monitor in the monitor tree is the last chosen one
* read monitor's VendorName & ModelNamePascal Rigaux2002-07-191-0/+4
|
* - fix good_default_monitor (must not be 1600x1200!)Pascal Rigaux2002-07-191-2/+3
| | | | | - add r128 & radeon in XF4 drivers list
* (devfssymlinkf): try devices::to_devfs when devfs_device is not providedPascal Rigaux2002-07-191-1/+5
|
* add functions to_devfs and from_devfs. These only work for devices entriesPascal Rigaux2002-07-191-0/+35
| | | | | which can go devfs -> normal and normal -> devfs
* (devfssymlinkf): use devfs_device instead of device when availablePascal Rigaux2002-07-192-6/+7
|
* help perl_checkerPascal Rigaux2002-07-191-1/+1
|
* handling devfs names for cdrom/hds on ide/scsi (needs testing)Pascal Rigaux2002-07-192-11/+43
|
* make progress bar more appropriate.Francois Pons2002-07-191-1/+1
|
* reduce progress bar width.Francois Pons2002-07-191-1/+1
|
* *** empty log message ***Pascal Rigaux2002-07-191-0/+103
|
* partly cleanup monitor re-configuration (work in progress)Pascal Rigaux2002-07-191-15/+16
|