Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do progressbar since it seems nobody can live without it | Guillaume Cottenceau | 2000-12-14 | 15 | -49/+725 |
| | | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured | ||||
* | obsoleted by rpmsrate | Pascal Rigaux | 2000-12-14 | 1 | -1661/+0 |
| | |||||
* | obsoletes compssList | Pascal Rigaux | 2000-12-14 | 1 | -0/+330 |
| | |||||
* | move from compssList to rpmsrate | Pascal Rigaux | 2000-12-14 | 8 | -302/+179 |
| | |||||
* | cleanup (use of alloca to pass parameters) | Pascal Rigaux | 2000-12-14 | 1 | -16/+7 |
| | |||||
* | Big jump. The *_new.pm are replaced by *.pm | damien | 2000-12-14 | 1 | -8/+19 |
| | | | | | Everything should work, but you better test :) | ||||
* | blah, don't include my test file in the repositoty | Guillaume Cottenceau | 2000-12-12 | 2 | -8/+7 |
| | |||||
* | network devices detection and insmod on user input | Guillaume Cottenceau | 2000-12-12 | 4 | -9/+98 |
| | |||||
* | progressbar for newt+stdio while loading ramdisk | Guillaume Cottenceau | 2000-12-12 | 6 | -26/+76 |
| | |||||
* | - add pci probing feature | Guillaume Cottenceau | 2000-12-12 | 20 | -111/+362 |
| | | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working | ||||
* | add "list-contents" feature to mar-extract-only | Guillaume Cottenceau | 2000-12-12 | 2 | -0/+19 |
| | |||||
* | make all error messages consistently ending with a \n | Guillaume Cottenceau | 2000-12-12 | 1 | -11/+11 |
| | |||||
* | added packdrake.pm as packdrake has been splited. | Francois Pons | 2000-12-12 | 1 | -0/+1 |
| | |||||
* | fixed versionCompare to always return number. added checking of version to | Francois Pons | 2000-12-12 | 1 | -2/+5 |
| | | | | | select obsoletes on upgrade. | ||||
* | add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) ↵ | Guillaume Cottenceau | 2000-12-11 | 5 | -9/+195 |
| | | | | (40 kbytes for compressed binary) | ||||
* | week-end stuff: now supports second stage as a ramdisk | Guillaume Cottenceau | 2000-12-11 | 15 | -122/+341 |
| | | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices | ||||
* | fixed write_langs for upgrade. | Francois Pons | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | i18n sucking fixes. | Francois Pons | 2000-12-11 | 1 | -4/+4 |
| | |||||
* | Radeon uses 3D now. | Francois Pons | 2000-12-11 | 1 | -2/+2 |
| | |||||
* | Radeon uses 3D hw accel theoritically now. | Francois Pons | 2000-12-11 | 1 | -1/+2 |
| | |||||
* | (formatMountPartitions): the format partition dialog created at first use, | Pascal Rigaux | 2000-12-09 | 1 | -2/+3 |
| | | | | | so that it doesn't appear if no partitions are formatted. | ||||
* | Added configuration of Vietnamese input server | Pablo Saratxaga | 2000-12-09 | 1 | -3/+18 |
| | |||||
* | small renicing | Pascal Rigaux | 2000-12-09 | 2 | -2/+2 |
| | |||||
* | (selectInstallClass): ensure expert choice is kept if it was prechosen | Pascal Rigaux | 2000-12-09 | 0 | -0/+0 |
| | |||||
* | (ask_from_entries_refW): reset all hidden entries to null in case of error | Pascal Rigaux | 2000-12-09 | 1 | -0/+6 |
| | | | | | on hidden entry cuz newt doesn't display null entries, disturbing | ||||
* | (selectInstallClass): give $clicked to selectInstallClass | Pascal Rigaux | 2000-12-09 | 1 | -1/+3 |
| | |||||
* | (selectInstallClass): if expert pre-chosen, ensure expert is kept | Pascal Rigaux | 2000-12-09 | 1 | -5/+6 |
| | |||||
* | remove debugging code | Pascal Rigaux | 2000-12-09 | 1 | -1/+0 |
| | |||||
* | mdk-stage1 can now run the Install from CDROM | Guillaume Cottenceau | 2000-12-08 | 12 | -15/+178 |
| | |||||
* | (exitInstall): save the report.bug in /root/report.bug | Pascal Rigaux | 2000-12-08 | 1 | -0/+1 |
| | |||||
* | (write_conf): fix to make make test_pms happy | Pascal Rigaux | 2000-12-08 | 1 | -1/+1 |
| | |||||
* | (new): retry in case of ftp connection/login | Pascal Rigaux | 2000-12-08 | 1 | -2/+8 |
| | |||||
* | (rotate_logs): created, rotates ddebug.log and install.log in /root | Pascal Rigaux | 2000-12-08 | 1 | -0/+12 |
| | |||||
* | (main): warn if VERSION file doesn't exist | Pascal Rigaux | 2000-12-08 | 1 | -1/+4 |
| | | | | | (formatPartitions): call rotate_logs after mounting the partitions | ||||
* | report_bug: created, returns a string | Pascal Rigaux | 2000-12-08 | 1 | -9/+12 |
| | |||||
* | fixed bug in list of packages provided by another one. | Francois Pons | 2000-12-08 | 1 | -4/+5 |
| | |||||
* | updated Brazilian file | Pablo Saratxaga | 2000-12-08 | 2 | -769/+776 |
| | |||||
* | first draft can detect your cdrom drives | Guillaume Cottenceau | 2000-12-07 | 27 | -227/+1575 |
| | | | | | soon will launch the stage2 | ||||
* | add insmod from busybox (i386 only) | Guillaume Cottenceau | 2000-12-07 | 9 | -0/+5593 |
| | |||||
* | remove lilo as in any /boot/* for lilo are not included, and moreover, it's | Pascal Rigaux | 2000-12-06 | 1 | -1/+0 |
| | | | | | stupid to have it in the PATH | ||||
* | adapt to the fact that RPM_INSTALL_LANG is obsoloted. Now rpm uses ↵ | Pascal Rigaux | 2000-12-06 | 5 | -22/+31 |
| | | | | %_install_langs in /etc/rpm/macros | ||||
* | add possibility to use keyboarddrake non-interactive (aka give the keyboard as | Pascal Rigaux | 2000-12-06 | 1 | -2/+6 |
| | | | | | first parameter) | ||||
* | added management of multi-lang. | Francois Pons | 2000-12-05 | 1 | -1/+4 |
| | |||||
* | final fixes to versionCompare to make sure no deadlock can occurs. | Francois Pons | 2000-12-05 | 1 | -1/+2 |
| | |||||
* | restored Matrox G200/G400 hw 3d accel configuration. | Francois Pons | 2000-12-05 | 1 | -1/+1 |
| | |||||
* | use isCdNotEjectable. | Francois Pons | 2000-12-04 | 1 | -1/+1 |
| | |||||
* | added function isCdNotEjectable. | Francois Pons | 2000-12-04 | 1 | -1/+3 |
| | |||||
* | add Options sw_cursor for SiS 6326 in XF3 mode. | Francois Pons | 2000-12-04 | 1 | -1/+1 |
| | |||||
* | load only one hdlist in memory if CD is not ejectable (low memory). | Francois Pons | 2000-12-04 | 1 | -6/+16 |
| | |||||
* | fixed not to use already computed depslist.ordered. | Francois Pons | 2000-12-04 | 1 | -38/+28 |
| |