summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
Commit message (Collapse)AuthorAgeFilesLines
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
|
* have a memory limit also for Rescue (different one)Guillaume Cottenceau2001-07-301-0/+7
|
* pass "--blank" to DrakX when module loading is disabledGuillaume Cottenceau2001-07-261-0/+2
|
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+7
| | | | | - add "updatemodules" feature
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ↵Guillaume Cottenceau2001-06-111-10/+1
| | | | the parameter correctly
* exit when exec fails after fork, i don't want two stage1 processes!Guillaume Cottenceau2001-06-051-0/+1
|
* minor fixGuillaume Cottenceau2001-06-011-1/+1
|
* - allow build on ia64Matthias Badaire2001-05-301-0/+1
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-15/+25
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-3/+28
|
* a bit of size reduction plus some language changeGuillaume Cottenceau2001-05-151-3/+3
|
* blurkGuillaume Cottenceau2001-05-151-1/+1
|
* we don't use this sucking sash no moreGuillaume Cottenceau2001-05-141-5/+5
| | | | | we now use `busybox' compiled with the marvellous dietlibc, which provides no less than 73 usefull binaries
* stage1.c: fix for rescue image PPCStew Benedict2001-03-191-1/+1
|
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-1/+1
|
* try to print errno's stuff when symlink to /tmp/stage2 failedGuillaume Cottenceau2001-02-191-2/+4
|
* use exit code 66 for rescueGuillaume Cottenceau2001-02-131-2/+2
|
* better console messages at startupGuillaume Cottenceau2001-02-131-4/+4
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-4/+67
| | | | | | | 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)
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-1/+1
| | | | | | | | | | 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
* 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
* stage1: add pcmciaGuillaume Cottenceau2001-01-241-0/+27
|
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-221-2/+2
|
* fix remaining perror'sGuillaume Cottenceau2001-01-211-1/+1
|
* - 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-121-2/+61
|
* polish generic blank.img situation (no modules and/or modules.dep available)Guillaume Cottenceau2001-01-111-2/+1
|
* continue anyway when insmod'ing of modules fail (for blank.img)Guillaume Cottenceau2001-01-111-1/+1
|
* - add FTPGuillaume Cottenceau2001-01-111-3/+5
| | | | | | - add HTTP - use single place for mountpoints and static directories
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-2/+2
|
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-1/+1
|
* add disk install supportGuillaume Cottenceau2000-12-181-2/+2
|
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-10/+1
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-17/+19
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-0/+3
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-4/+33
| | | | | | - 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
* - add pci probing featureGuillaume Cottenceau2000-12-121-2/+15
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-81/+24
| | | | | | 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-081-4/+25
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-38/+142
| | | | | soon will launch the stage2
* first draftGuillaume Cottenceau2000-11-211-0/+129