summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
...
* display more nicely when there is a long list to choose from (1, 2 or 4 columns)Guillaume Cottenceau2001-02-161-5/+31
|
* better ansi colorsGuillaume Cottenceau2001-02-161-1/+1
|
* comply with glibc-2.2.2 more strict headersGuillaume Cottenceau2001-02-161-0/+1
|
* better error msg thx to mcdtgGuillaume Cottenceau2001-02-131-1/+1
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-139-28/+173
|
* use exit code 66 for rescueGuillaume Cottenceau2001-02-132-6/+7
|
* ask for modules parameters everytime in expert mode, to avoid wrong ↵Guillaume Cottenceau2001-02-131-11/+2
| | | | autodetections in certain cases
* - better log of nfs mount errorsGuillaume Cottenceau2001-02-133-4/+26
| | | | | - don't insmod modules already present (important for bzip2 slowness)
* better console messages at startupGuillaume Cottenceau2001-02-132-14/+7
|
* - save /etc/resolv.conf for rescueGuillaume Cottenceau2001-02-131-5/+42
|
* tag it 8.0beta instead of 8.0, to avoid future potential confusionsGuillaume Cottenceau2001-02-121-1/+1
|
* do not close un unbound socket!!Guillaume Cottenceau2001-02-121-1/+0
|
* better memory detection (from wonderful drakx)Guillaume Cottenceau2001-02-083-34/+12
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-0710-44/+214
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* tag VERSION as 8.0 since stage2 graphics now show 8.0Guillaume Cottenceau2001-02-071-1/+1
|
* don't reverse hostname lookup if dhcp already gave hostname+domainGuillaume Cottenceau2001-02-071-1/+4
|
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-068-39/+119
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* fix bug when creating marfiles with file-not-found in argsGuillaume Cottenceau2001-02-041-15/+7
|
* (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk ↵Pascal Rigaux2001-02-021-1/+1
| | | | | | | without even telling, changing it back as i don't see any good reason for the move.
* prevent from trying to set progressbar to more than 100% (rescue is more ↵Guillaume Cottenceau2001-01-302-5/+7
| | | | compressed than drakx)
* comply to new "mar -l" formatGuillaume Cottenceau2001-01-261-1/+1
|
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-2612-28/+5208
| | | | | - take home my own bzlib code to (1) reduce code size with good compile options (2) make it compile and link against dietlibc
* mar now uses bzlib, no more zlibGuillaume Cottenceau2001-01-265-193/+137
|
* adjust include files to compile bzlibGuillaume Cottenceau2001-01-261-1/+3
|
* restore passing of pcmcia info to stage2Guillaume Cottenceau2001-01-261-6/+10
|
* - mdk-stage1: now linux-2.4 uses floppy.o to access floppy drivesGuillaume Cottenceau2001-01-251-2/+4
| | | | | - remove fat/vfat modules from some boot floppies now that we don't need it anymore
* better tightness of probing stuffGuillaume Cottenceau2001-01-252-14/+11
|
* print warning message when insmod of PCI-detected device failsGuillaume Cottenceau2001-01-251-2/+11
|
* re-integrate autoprobe of tulip network cards, kernel-2.4 has strange way to ↵Guillaume Cottenceau2001-01-251-1/+1
| | | | classify some of its net modules..
* restore symlink /sbin/sh -> /usr/bin/sh for stage2Guillaume Cottenceau2001-01-251-0/+0
|
* stage1: add pcmciaGuillaume Cottenceau2001-01-2422-22/+6813
|
* - clean up deprecated symlinks (insmod, rmmod, cardmgr)Guillaume Cottenceau2001-01-241-0/+0
| | | | | - remove unecessary device files
* add automatic support in choice of NET device, in case of multiple NET devicesGuillaume Cottenceau2001-01-221-1/+1
|
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-224-9/+9
|
* re-put Netmask input per default (void entry -> automatic guess)Guillaume Cottenceau2001-01-221-16/+10
|
* allow providing void password in network/ftp installsGuillaume Cottenceau2001-01-212-4/+3
|
* fix remaining perror'sGuillaume Cottenceau2001-01-212-5/+5
|
* - better msg in fatal errorsGuillaume Cottenceau2001-01-211-1/+3
| | | | | - do not include code to spawn a shell for releases
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-126-23/+97
|
* use strrchr instead of doing it by handGuillaume Cottenceau2001-01-121-6/+1
|
* add /dev/fd0Guillaume Cottenceau2001-01-122-0/+0
|
* - replace remaining perror's with log_perror'sGuillaume Cottenceau2001-01-123-60/+17
| | | | | - little code cleanup
* add more memory carefulness with CDROM installGuillaume Cottenceau2001-01-121-1/+1
|
* - add wait_message for initializing of CDROM's (it can be long when it's SCSI)Guillaume Cottenceau2001-01-121-9/+24
| | | | | - print CDROM drive names (model) in dialogs
* - fix behaviour with bad ISO images (DISK installs)Guillaume Cottenceau2001-01-123-7/+8
| | | | | - better dialogs for DISK installs
* fix failing umount for DISK installs in some failing loopback situationsGuillaume Cottenceau2001-01-112-12/+17
|
* close some fd'sGuillaume Cottenceau2001-01-111-0/+3
|
* better log messagesGuillaume Cottenceau2001-01-111-5/+4
|
* polish generic blank.img situation (no modules and/or modules.dep available)Guillaume Cottenceau2001-01-113-23/+25
|
* act nicely when no partitions are found on some diskGuillaume Cottenceau2001-01-111-0/+5
|