summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* better cleanupPascal Rigaux2000-12-282-2/+2
|
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-229-19/+23
|
* use kernel headers 2.2 for nfsmount stuffGuillaume Cottenceau2000-12-213-2/+281
|
* use max compression to save a few bytesGuillaume Cottenceau2000-12-211-1/+1
|
* complies to ldetect/pcitableGuillaume Cottenceau2000-12-191-5/+10
|
* add disk install supportGuillaume Cottenceau2000-12-186-23/+103
|
* fix "cancel" sillyness in choosing cdrom device dialogGuillaume Cottenceau2000-12-181-3/+7
|
* mdk-stage1 produces the boot images in CookerGuillaume Cottenceau2000-12-183-8/+12
|
* add /dev/ram3Guillaume Cottenceau2000-12-181-0/+0
|
* mar-creation prints a bit of informationGuillaume Cottenceau2000-12-181-0/+1
|
* fixes compilation.Francois Pons2000-12-181-1/+2
|
* polish for integration into cookerGuillaume Cottenceau2000-12-185-9/+589
|
* use of ldetect-lst instead of obsoleted ../../perl-install/pci_probing/pcitableFrancois Pons2000-12-181-2/+1
|
* allow compilation on glibc-2.2Francois Pons2000-12-181-1/+1
|
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-189-30/+24
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-1710-75/+248
|
* - network/nfs worksGuillaume Cottenceau2000-12-1616-48/+1135
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-1415-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
* blah, don't include my test file in the repositotyGuillaume Cottenceau2000-12-122-8/+7
|
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-124-9/+98
|
* progressbar for newt+stdio while loading ramdiskGuillaume Cottenceau2000-12-126-26/+76
|
* - add pci probing featureGuillaume Cottenceau2000-12-1220-111/+362
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* add "list-contents" feature to mar-extract-onlyGuillaume Cottenceau2000-12-122-0/+19
|
* make all error messages consistently ending with a \nGuillaume Cottenceau2000-12-121-11/+11
|
* add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) ↵Guillaume Cottenceau2000-12-115-9/+195
| | | | (40 kbytes for compressed binary)
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-1115-122/+341
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-0812-15/+178
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-0727-227/+1575
| | | | | soon will launch the stage2
* add insmod from busybox (i386 only)Guillaume Cottenceau2000-12-079-0/+5593
|
* *** empty log message ***Guillaume Cottenceau2000-11-224-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-225-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-222-0/+0
|
* *** empty log message ***Guillaume Cottenceau2000-11-221-0/+0
|
* first draftGuillaume Cottenceau2000-11-2111-41/+277
|
* first draft for init and minilibcGuillaume Cottenceau2000-11-204-0/+1061
|
* commiting modifs of Fri 17 (do not typedef the structs anymore, ↵Guillaume Cottenceau2000-11-205-39/+68
| | | | s/malloc/alloca when possible, return int all the time)
* - fix bug of not actually writing down the `0' char to end filetableGuillaume Cottenceau2000-11-164-119/+47
| | | | | | - use stat to compute file lengths - test NULL pointers directly on their value
* add `mar' archiving programGuillaume Cottenceau2000-11-095-0/+621