summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (suggest): read CLEAN_TMP from sysconfig/system, default value of memsizePascal Rigaux2001-02-071-0/+40
| | | | | | | | | | if given (install): save CLEAN_TMP in sysconfig/system (get_append, add_append): get or set an append value (has_profiles, set_profiles): get or add an entry office for profiles, also add prof=Home in the default entry
* (main): don't need isLaptop anymore, use detect_devices::hasPCMCIAPascal Rigaux2001-02-071-3/+3
|
* (setupBootloaderBefore, miscellaneousBefore): remove taking care ofPascal Rigaux2001-02-071-12/+4
| | | | | | | profiles and memsize. Now in any & bootloader (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in $o->{miscellaneous} anymore
* (miscellaneous): remove asking about numlock and hd optimizations,Pascal Rigaux2001-02-071-20/+8
| | | | | deprecates it (aka don't do anything)
* (hasPCMCIA): created (check for /proc/pcmcia)Pascal Rigaux2001-02-071-0/+1
|
* (setupBootloader): take care of profiles and memsizePascal Rigaux2001-02-071-13/+23
| | | | | | | | (facesnames): only display icons capitalized. This goes along the new mandrake_desk where capitalized named faces are the new one. [a-z].* icons being only kept for compatibility. (in case no capitalized icons available display everything (compatibility with old mandrake_desk)
* tag VERSION as 8.0 since stage2 graphics now show 8.0Guillaume Cottenceau2001-02-071-1/+1
|
* don't reverse hostname lookup if dhcp already gave hostname+domainGuillaume Cottenceau2001-02-071-1/+4
|
* don't pass isLaptopPascal Rigaux2001-02-072-2/+2
|
* Add usbd to SYSTEM.Chmouel Boudjnah2001-02-071-1/+1
|
* now fully fixed ftp connection (and http too) caused by forked DrakXFrancois Pons2001-02-073-12/+13
| | | | | with latent ftp connection.
* updated wizard modedamien2001-02-073-3/+4
|
* reworked ftp behaviour a bit for cooperative connection (avoid openingFrancois Pons2001-02-061-5/+10
| | | | | | | and closing connection too fast for each transaction). There seems to be some problem for retrieving twice a package, this cause huge pause between each transaction, the best is to avoid them so ?
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-068-39/+119
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* *** empty log message ***Pascal Rigaux2001-02-051-0/+80
|
* Removed Device3Dfx as it is no more.Francois Pons2001-02-051-1/+1
|
* (create_ctree): node_moveto done only if node_is_visible is not fullPascal Rigaux2001-02-051-1/+1
|
* rebuild URLPREFIX as stage1 does not provide it anymore.Francois Pons2001-02-051-11/+2
|
* removed abusive white char.Francois Pons2001-02-051-1/+1
|
* added wizard.rc handling in Makfiles.damien2001-02-052-1/+2
|
* updated list of gconv modulesPablo Saratxaga2001-02-051-9/+13
|
* updated to use urpmi new format (change fakemedium to better label)Francois Pons2001-02-052-2/+3
|
* (head_tail): fix usagePascal Rigaux2001-02-051-1/+1
|
* fixed frame buffer usage if not enabled (installation of Aurora)Francois Pons2001-02-052-23/+9
| | | | | clean up and remove unused code.
* added infos recovering.damien2001-02-051-16/+46
|
* fix bug when creating marfiles with file-not-found in argsGuillaume Cottenceau2001-02-041-15/+7
|
* fix adaptation to the terminal size, should now work in 80x25Pascal Rigaux2001-02-041-7/+21
|
* (choosePackages): don't call chooseSizeToInstall even with expertsPascal Rigaux2001-02-041-1/+1
|
* (charsetChanged): re-create steps windowPascal Rigaux2001-02-041-0/+1
|
* (monitorConfiguration): better handling of auto_installPascal Rigaux2001-02-041-6/+5
|
* corrected module.conf update, net conf saving, and no wizard by default.damien2001-02-032-4/+8
|
* *** empty log message ***Pascal Rigaux2001-02-031-0/+65
|
* (monitorConfiguration): ease use of {X}{type} in auto_installsPascal Rigaux2001-02-030-0/+0
|
* install cardmgrPascal Rigaux2001-02-031-0/+3
|
* (configure_pcmcia): cleanupPascal Rigaux2001-02-031-2/+1
|
* fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"''Pascal Rigaux2001-02-031-3/+3
| | | | | move ftp to SYSTEM so that it is installed
* (charsetChanged): created, takes care of setting to the right charset the ↵Pascal Rigaux2001-02-031-3/+6
| | | | windows
* (selectLanguage): call charsetChangedPascal Rigaux2001-02-031-0/+4
|
* *** empty log message ***Pascal Rigaux2001-02-031-1/+1
|
* - mar is still dumb when it comes to handling missing files. Restore thePascal Rigaux2001-02-031-1/+6
| | | | | | use of $(ls $*) to remove missing one - compile cardmgr until chmouel provides it in boot kernels
* all GNOME and KDE moved out of GRAPHICAL_DESKTOPPascal Rigaux2001-02-021-11/+11
|
* added rc file for wizard modedamien2001-02-021-0/+172
|
* (getCompaqSmartArray): adapted getCompaqSmartArray to the fact that kernelPascal Rigaux2001-02-020-0/+0
| | | | | | 2.4 uses /proc/driver/array instead of /proc/array. Also adapted the regexp now that ida/c0d0p? is no more at the beginning of the line.
* *** empty log message ***Pascal Rigaux2001-02-021-1/+2
|
* (get): cleanup, remove hasIDE hasSCSI...Pascal Rigaux2001-02-021-22/+10
|
* (ask_from_entries_refW): use gtkxpmPascal Rigaux2001-02-021-2/+2
|
* (gtkcreate_xpm): error handling with error messagePascal Rigaux2001-02-021-4/+7
|
* *** empty log message ***Pascal Rigaux2001-02-023-2/+46
|
* add low_default_monitor for default of auto_installsPascal Rigaux2001-02-021-2/+2
|
* (monitorConfiguration): better default for DDC probe fails andPascal Rigaux2001-02-021-2/+6
| | | | | auto_install and not provided any info about the monitor