summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* - descr of proc filesGuillaume Cottenceau2001-08-241-3/+4
| | | | | - fix small typo (segfault or not segfault? that's the question)
* enable install from Compaq Smart ArrayGuillaume Cottenceau2001-08-243-3/+47
|
* allow unsetting of automatic mode if not enough parameter provided in ↵Guillaume Cottenceau2001-08-241-4/+9
| | | | network steps
* use CC rather than gcc staticallyGuillaume Cottenceau2001-08-242-4/+2
|
* fix this dietlibc... hope the uncompressing of ramdisk will rulz nowGuillaume Cottenceau2001-08-241-0/+3
|
* revert my auto->interactive patchGuillaume Cottenceau2001-08-241-2/+1
|
* updated with latest 8.1 pictures and updated documentation.Francois Pons2001-08-242-0/+0
|
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-229-25/+15
|
* don't stay automatic for ask_from_entries when entries are not givenGuillaume Cottenceau2001-08-221-1/+2
|
* don't use system wide bzlib.h but our own provided oneGuillaume Cottenceau2001-08-072-2/+321
|
* say that it's a data read error, when we can't load the ramdiskGuillaume Cottenceau2001-08-071-1/+3
|
* - small updateGuillaume Cottenceau2001-08-021-0/+2
|
* - fix problem of clashing user/pass between adsl and ftp/http in case of ↵Guillaume Cottenceau2001-08-022-30/+63
| | | | | | | automatic installs - update doc on automatic install parameters (doc/TECH-INFOS)
* have "catc" driver for usbnet installsGuillaume Cottenceau2001-07-311-0/+7
|
* have a memory limit also for Rescue (different one)Guillaume Cottenceau2001-07-303-2/+12
|
* allow to escape from Update Modules if you don't want to insert an ext2 floppyGuillaume Cottenceau2001-07-271-2/+5
|
* Disk -> Floppy for Update Modules diskGuillaume Cottenceau2001-07-271-1/+1
|
* pass "--blank" to DrakX when module loading is disabledGuillaume Cottenceau2001-07-263-2/+4
|
* - add "changedisk" featureGuillaume Cottenceau2001-07-266-0/+151
| | | | | - add "updatemodules" feature
* silently load usb controllersGuillaume Cottenceau2001-07-261-4/+2
|
* add decriptions for integrated Apple Network/SCSI hardwareStew Benedict2001-07-251-0/+5
|
* Use Yahve quotingGuillaume Cottenceau2001-07-252-5/+13
|
* small typoGuillaume Cottenceau2001-07-251-1/+1
|
* updated with new graphic logo for 8.1Francois Pons2001-07-191-0/+0
|
* minor mods for PPC build, define TIOCSCTTY, Makefile modsStew Benedict2001-07-102-1/+10
|
* add usb net descriptionsGuillaume Cottenceau2001-07-051-0/+4
|
* very nice things happen when you hardcode arrays to a too small valueGuillaume Cottenceau2001-07-041-1/+1
|
* nonsense to exit if interface is not "eth.*"Guillaume Cottenceau2001-07-041-5/+0
|
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-037-24/+248
|
* defaults to not spawn shellGuillaume Cottenceau2001-06-211-3/+3
|
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-212-6/+6
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* save adsl info for stage2Guillaume Cottenceau2001-06-203-9/+17
|
* let term signal go to pppd, when connection failsGuillaume Cottenceau2001-06-141-1/+4
|
* change handling of .depend in MakefileGuillaume Cottenceau2001-06-111-8/+8
|
* change location of error message when no reply receivedGuillaume Cottenceau2001-06-111-1/+1
|
* have adsl pppoe installation availableGuillaume Cottenceau2001-06-1117-95/+392
|
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ↵Guillaume Cottenceau2001-06-112-11/+2
| | | | the parameter correctly
* axalon sucks, we can have NEWT_FLAG_PASSWORD that will show us '**' for ↵Guillaume Cottenceau2001-06-111-1/+1
| | | | passwords
* Initial revisionGuillaume Cottenceau2001-06-1158-0/+17757
|
* Initial revisionGuillaume Cottenceau2001-06-11184-0/+74040
|
* use a wait_message again when in automatic mode for insmoding scsi modules ↵Guillaume Cottenceau2001-06-061-2/+12
| | | | since it's long
* refresh newt when newt comes up, so if dialogues delay to appear we're not ↵Guillaume Cottenceau2001-06-061-0/+1
| | | | with a blank screen
* don't wait on upping lo interfaceGuillaume Cottenceau2001-06-051-1/+1
|
* exit when exec fails after fork, i don't want two stage1 processes!Guillaume Cottenceau2001-06-051-0/+1
|
* i need working random suite for ppp with dietlibcGuillaume Cottenceau2001-06-052-1/+4
|
* fix minor bug detecting when modules are presentGuillaume Cottenceau2001-06-051-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-018-54/+366
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* use -FULL postfix for common .c files targetting stage1-fullGuillaume Cottenceau2001-06-011-8/+12
|
* - have strncat behave the same way as in glibcGuillaume Cottenceau2001-06-012-1/+8
| | | | | - declare that we're using the DIETLIBC in include/stdlib.h, so I can change my mind in "dns.c" to handle broken glibc which is not capable of doing name resolution with a static binary