summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix naming of multiple SCSI devices, thanks to Franco SilvestroGuillaume Cottenceau2001-01-081-3/+3
|
* - add dhcpGuillaume Cottenceau2001-01-085-533/+644
| | | | | - save network information for stage2
* New snapshot uploadedPascal Rigaux2001-01-081-0/+14
|
* fixesPascal Rigaux2001-01-083-9/+15
|
* (ask_from_treelistW): removedPascal Rigaux2001-01-081-93/+80
| | | | | (create_ctree): created, used for ``type => treelist'' entries
* (ask_from_treelistf, ask_from_treelist): now use ask_from_entries_refHPascal Rigaux2001-01-081-14/+6
| | | | | (ask_from_entries_refH_powered): remove "1;" (was there for debugging)
* New snapshot uploadedPascal Rigaux2001-01-081-0/+58
|
* remove disable swapGuillaume Cottenceau2001-01-081-54/+0
|
* updated Czech, Norwegian and Serbian filesPablo Saratxaga2001-01-072-261/+851
|
* update code for new ask_from_entries_refH which doesn't handle optional ↵Pascal Rigaux2001-01-074-58/+84
| | | | | | | ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered
* *** empty log message ***Pascal Rigaux2001-01-071-1/+2
|
* (ask_from_listW): removedPascal Rigaux2001-01-071-79/+94
| | | | | | | (create_list): calls "format" on list elems before prompting them (create_clist): created (ask_from_entries_refW): calls create_clist in case of list with no help
* (selectLanguage, selectKeyboard): use ask_from_entries_refH instead ofPascal Rigaux2001-01-071-10/+11
| | | | | ask_from_listf_, it enables the use of advanced
* (ask_from_listf_no_check): replaces ask_from_list_no_checkPascal Rigaux2001-01-071-40/+31
| | | | | (ask_from_entries_refH_powered): sorts the list if needed or wanted
* (installPackages): autoflush stdout before beepingPascal Rigaux2001-01-071-1/+1
|
* (installPackages): don't take into account the time when prompting the userPascal Rigaux2001-01-071-2/+7
|
* (may_apply): addedPascal Rigaux2001-01-071-1/+3
|
* (test_for_bad_drives): createdPascal Rigaux2001-01-071-1/+29
| | | | | | | - ugly stuff needed mainly for Western Digital IDE drives - try writing what we've just read, yells if it fails - testing on last sector of head #0 (unused in 99% cases)
* (getHds): test_for_bad_drives called on hard drivesPascal Rigaux2001-01-071-4/+7
| | | | | (getHds): ensure $o->{hds} is not set until the hard drives are checked
* (getFile): make it work (it used to dead-loop when getFile'ing an non-existentPascal Rigaux2001-01-071-4/+0
| | | | | file, stressing the ftp server :-/ )
* for the moment, just release cdrom.img, hd.img and hdreiser.imgPascal Rigaux2001-01-073-9/+15
| | | | | others should should come...
* *** empty log message ***Guillaume Cottenceau2001-01-061-0/+1
|
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-068-29/+100
| | | | (scsi, net, modules options)
* support both 2.2 and 2.4Guillaume Cottenceau2001-01-061-1/+1
|
* fix many dependenciesGuillaume Cottenceau2001-01-061-15/+15
| | | | | include .depend stuff
* New snapshot uploadedPascal Rigaux2001-01-061-0/+6
|
* New snapshot uploadedPascal Rigaux2001-01-061-0/+6
|
* New snapshot uploadedPascal Rigaux2001-01-061-0/+7
|
* remove makinf in examples subdirGuillaume Cottenceau2001-01-061-1/+0
|
* don't build contrib/elftrunc for usGuillaume Cottenceau2001-01-061-5/+2
|
* tolerate file not found at creation of archivesGuillaume Cottenceau2001-01-061-31/+34
|
* New snapshot uploadedPascal Rigaux2001-01-061-0/+6
|
* New snapshot uploadedPascal Rigaux2001-01-061-0/+161
|
* (setup): don't xmodmap if DISPLAY is unsetPascal Rigaux2001-01-061-1/+1
|
* - use $(ls $*) instead of $* before giving args to mar otherwise mar stops onPascal Rigaux2001-01-061-2/+1
| | | | | | missing files, which is no good. - do not generate modules.cpio.bz2 any more, it is unsused and deprecated by modules.cz
* ask_from_entries_refH parameter format has changed so change all accesses to it.Pascal Rigaux2001-01-068-113/+112
|
* move to new ask_from's:Pascal Rigaux2001-01-057-405/+283
| | | | | | | | | | | | - ask_from_entries_ref is deprecated, use ask_from_entries_refH - ask_from_list now calls ask_from_entries_refH_powered still not done: - ask_from_treelist should use ask_from_entries_refH_powered, and lists with no help should use CList (List is bad) - keyboard and mouse binding is still rough - enhance the look
* help cperl-modePascal Rigaux2001-01-051-1/+1
|
* add the percentage of each keyboard types (as a comment for now)Pascal Rigaux2001-01-051-1/+1
|
* use of SHARE_PATH for MonitorsDB, Cards+, CardsNamesFrancois Pons2001-01-051-4/+4
|
* no more copy of files on live system, now use environment variable by DrakX ↵Francois Pons2001-01-051-21/+0
| | | | cleanup
* cleanup to keep libperl.so but the right oneFrancois Pons2001-01-051-1/+1
|
* update with current cookerFrancois Pons2001-01-055-1/+7
|
* forget _exit in child process after a fork of DrakXFrancois Pons2001-01-052-0/+2
|
* eval insmoding ide-cd (just in case)Francois Pons2001-01-051-1/+1
|
* do not need malloc padding anymore since dietlibc malloc is fixed nowGuillaume Cottenceau2001-01-051-2/+0
|
* fix of 4/5 parameters unified syscalls from latest dietlibcGuillaume Cottenceau2001-01-053-3/+6
|
* fix malloc from latest dietlibc versionGuillaume Cottenceau2001-01-051-4/+12
|
* removed need of packdrake binaryFrancois Pons2001-01-056-31/+81
|
* restored Makefile capabilities of buildingFrancois Pons2001-01-051-3/+3
|