summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* added packdrake.pm as packdrake has been splited.Francois Pons2000-12-121-0/+1
|
* fixed versionCompare to always return number. added checking of version toFrancois Pons2000-12-121-2/+5
| | | | | select obsoletes on upgrade.
* fixed write_langs for upgrade.Francois Pons2000-12-111-1/+1
|
* i18n sucking fixes.Francois Pons2000-12-111-4/+4
|
* Radeon uses 3D now.Francois Pons2000-12-111-2/+2
|
* Radeon uses 3D hw accel theoritically now.Francois Pons2000-12-111-1/+2
|
* (formatMountPartitions): the format partition dialog created at first use,Pascal Rigaux2000-12-091-2/+3
| | | | | so that it doesn't appear if no partitions are formatted.
* Added configuration of Vietnamese input serverPablo Saratxaga2000-12-091-3/+18
|
* small renicingPascal Rigaux2000-12-092-2/+2
|
* (ask_from_entries_refW): reset all hidden entries to null in case of errorPascal Rigaux2000-12-091-0/+6
| | | | | on hidden entry cuz newt doesn't display null entries, disturbing
* (selectInstallClass): give $clicked to selectInstallClassPascal Rigaux2000-12-091-1/+3
|
* (selectInstallClass): if expert pre-chosen, ensure expert is keptPascal Rigaux2000-12-091-5/+6
|
* remove debugging codePascal Rigaux2000-12-091-1/+0
|
* (exitInstall): save the report.bug in /root/report.bugPascal Rigaux2000-12-081-0/+1
|
* (write_conf): fix to make make test_pms happyPascal Rigaux2000-12-081-1/+1
|
* (new): retry in case of ftp connection/loginPascal Rigaux2000-12-081-2/+8
|
* (rotate_logs): created, rotates ddebug.log and install.log in /rootPascal Rigaux2000-12-081-0/+12
|
* (main): warn if VERSION file doesn't existPascal Rigaux2000-12-081-1/+4
| | | | | (formatPartitions): call rotate_logs after mounting the partitions
* report_bug: created, returns a stringPascal Rigaux2000-12-081-9/+12
|
* fixed bug in list of packages provided by another one.Francois Pons2000-12-081-4/+5
|
* updated Brazilian filePablo Saratxaga2000-12-082-769/+776
|
* adapt to the fact that RPM_INSTALL_LANG is obsoloted. Now rpm uses ↵Pascal Rigaux2000-12-065-22/+31
| | | | %_install_langs in /etc/rpm/macros
* add possibility to use keyboarddrake non-interactive (aka give the keyboard asPascal Rigaux2000-12-061-2/+6
| | | | | first parameter)
* final fixes to versionCompare to make sure no deadlock can occurs.Francois Pons2000-12-051-1/+2
|
* restored Matrox G200/G400 hw 3d accel configuration.Francois Pons2000-12-051-1/+1
|
* use isCdNotEjectable.Francois Pons2000-12-041-1/+1
|
* added function isCdNotEjectable.Francois Pons2000-12-041-1/+3
|
* add Options sw_cursor for SiS 6326 in XF3 mode.Francois Pons2000-12-041-1/+1
|
* load only one hdlist in memory if CD is not ejectable (low memory).Francois Pons2000-12-041-6/+16
|
* fixed compareVersion for deadlock. removed silly CODE print on deporder ↵Francois Pons2000-12-041-4/+2
| | | | problems.
* included reno's patches. Now should work without kudzu.damien2000-11-281-2/+8
|
* removed some more logs.Francois Pons2000-11-281-2/+0
|
* modified def_mark to 59 (gl hw acceleration level) and upgrade use this levelFrancois Pons2000-11-281-2/+2
| | | | | for newbies so.
* make sure a recommended upgrade get the minimum and a little more (80).Francois Pons2000-11-281-15/+20
|
* fixed misuse of map with values returing list which are indexed afterward.Francois Pons2000-11-281-1/+1
|
* keep track of unknown keyboard (for upgrade)Francois Pons2000-11-281-1/+1
|
* choose default size according to a default mark (currently 49).Francois Pons2000-11-281-3/+6
|
* extended chooseSizeToInstall.Francois Pons2000-11-281-2/+3
|
* updated comment.Francois Pons2000-11-281-1/+1
|
* change upgrade section for keyboard.Francois Pons2000-11-281-3/+6
|
* (@bad_types): list of the different type of extended partitionsPascal Rigaux2000-11-271-2/+4
| | | | | (important_types): remove @bad_types from important_types
* avoid .la files for selection.Francois Pons2000-11-241-4/+4
|
* added missing portmap.Francois Pons2000-11-241-2/+2
|
* spliteddamien2000-11-241-30/+3
|
* doc + splitdamien2000-11-241-0/+45
|
* removed some ugly logs.Francois Pons2000-11-231-3/+0
|
* added tempory fix for initscripts %post.Francois Pons2000-11-231-0/+9
|
* synced versionCompare() with rpmtools-2.1-4mdk.Francois Pons2000-11-231-5/+7
| | | | | | | removed ugly log on transaction. added special case to avoid counting kernels space when upgrading as these package are not upgraded (just installed).
* put all tina stuff to weight 0Guillaume Cottenceau2000-11-231-3/+3
|
* Memory usage optimization, change structure of storingFrancois Pons2000-11-231-357/+427
| | | | | | | | package informations. lot of fork to make sure of freeing memory by perl (no free on used hashes or arrays usable by other than perl), now upgrade takes as much as install which takes at least 0.5Mb less than before.