summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* remove confusing **temp** stuffGuillaume Cottenceau2001-01-041-2/+0
|
* (setRootPassword): fix pixelizationPascal Rigaux2001-01-041-1/+1
|
* (%EXPORT_TAGS): add if_ in "common" exported tagsPascal Rigaux2001-01-041-1/+1
|
* nl keyboard is not used, so defaults to us_intlPascal Rigaux2001-01-041-1/+1
|
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-04337-84/+9478
|
* keep $o->{langs} unpacked to simplify thingsPascal Rigaux2001-01-045-27/+8
|
* fixed the functions doing the lists of languagesPablo Saratxaga2001-01-042-2/+11
|
* if_ pixelizationPascal Rigaux2001-01-041-20/+19
|
* some pixelization using the new if_Pascal Rigaux2001-01-041-9/+10
|
* (if_): created. Use it to replace things likePascal Rigaux2001-01-041-0/+5
| | | | | ($::expert ? $val : ()) by if_($::expert, $val)
* (upload): also upload rpmsratePascal Rigaux2001-01-041-6/+7
|
* The list of languages now has complete locale names insted of just languagePablo Saratxaga2001-01-041-12/+10
| | | | | code (that is needed to differentiate zh_CN and zh_TW among others)
* do not use graphicallogo for hdreiser neitherGuillaume Cottenceau2001-01-041-1/+1
|
* fix english thanx to emmaGuillaume Cottenceau2001-01-041-1/+1
|
* fixed some old $p->{file} by new $p->[$FILE]Francois Pons2001-01-041-2/+2
|
* re-integrate reiserfs.o gracias to kernel-2.4-boot2Guillaume Cottenceau2001-01-041-2/+2
|
* code cleanup and fixes for lilo not upgradeFrancois Pons2001-01-041-32/+11
|
* updated Brazilian filePablo Saratxaga2001-01-043-533/+548
|
* fixed overlapping partitions between one extended and one regular primary.Francois Pons2001-01-031-4/+14
| | | | | | should be accepted (log printed instead of error) as diskdrake allow their creation in expert.
* fixed some other services to start in case something gets wrong,Francois Pons2001-01-031-0/+5
| | | | | this fixes some deadlock on upgrade from 7.0.