summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* left debugging changes inErik Troan1999-08-081-2/+0
* added cdrom.oErik Troan1999-08-081-1/+1
* cleaned up cdrom device namesErik Troan1999-08-081-9/+9
* optionally return the name of the module loadedErik Troan1999-08-082-4/+9
* *** empty log message ***Erik Troan1999-08-082-0/+106
* 1) let ^Z exit in test modeErik Troan1999-08-081-8/+33
* added hostname checking and resolv.conf creationErik Troan1999-08-082-0/+76
* put up a message while dhcp is happeningErik Troan1999-08-071-0/+5
* 1) made back work for network setup :-)Erik Troan1999-08-073-37/+116
* split some stuff into net.c/net.hErik Troan1999-08-074-228/+249
* first pass at adding dhcp/bootpErik Troan1999-08-071-32/+66
* switched to use pump networking codeErik Troan1999-08-072-7/+11
* added window for reading nfs server infoErik Troan1999-08-071-22/+80
* should include devices.cErik Troan1999-08-071-0/+1
* fixed prototypesErik Troan1999-08-071-2/+3
* 1) pass flags around properlyErik Troan1999-08-071-61/+77
* removed the throw it away commentErik Troan1999-08-071-1/+1
* 1) try all of the CDROM devices connected to the systemErik Troan1999-08-071-24/+21
* free module argument lists properlyErik Troan1999-08-071-4/+9
* build devices.o into loaderErik Troan1999-08-071-2/+2
* got rid of (unused) errorWindow()Erik Troan1999-08-072-11/+0
* start loading devices which can't be autoprobedErik Troan1999-08-071-8/+44
* *** empty log message ***Erik Troan1999-08-072-0/+188
* #ifndef protection was mising #defineErik Troan1999-08-071-0/+1
* for lack of a better placeErik Troan1999-08-071-0/+538
* first pass at creating /etc/conf.modulesErik Troan1999-08-063-7/+82
* use & for bit tests <duh>Erik Troan1999-08-061-3/+3
* use FL_TESTING, not plain flagsErik Troan1999-08-061-2/+2
* don't pass command line options to the loaderErik Troan1999-08-063-119/+14
* moved loader flags and test macros hereErik Troan1999-08-061-0/+7
* 1) get "text" and "expert" from /proc/cmdlineErik Troan1999-08-061-292/+60
* enable a switch for text modeMatt Wilson1999-08-052-2/+14
* revert that... do this step in anacondaMatt Wilson1999-08-031-4/+0
* added making symlinks for imlibMatt Wilson1999-08-031-0/+4
* need to pass a pointer to the moddep set in mlLoadDeps()Erik Troan1999-07-282-2/+5
* 1) switched from testing variable to flags variableErik Troan1999-07-281-25/+34
* first pass at CDROM mountingErik Troan1999-07-281-1/+17
* removed newtfinished and exit calls which were just for testingErik Troan1999-07-281-3/+0
* *** empty log message ***Erik Troan1999-07-281-0/+5
* added mlModuleInList()Erik Troan1999-07-282-17/+14
* reogranized to support multiple installations methodsErik Troan1999-07-281-18/+99
* don't load modules already loadedErik Troan1999-07-271-1/+5
* removed while(1) ;-)Erik Troan1999-07-271-2/+0
* don't load modules already in the loaded listErik Troan1999-07-271-73/+121
* hey ewt, vendor strings can be null. ;)Bill Nottingham1999-07-261-4/+9
* (msw)fixed messageErik Troan1999-07-241-1/+1
* (msw) fixed symlinks, modified install target for rpmmoduleErik Troan1999-07-241-4/+8
* s/\./-Erik Troan1999-07-241-1/+1
* 1) use moduleInfoSetErik Troan1999-07-231-21/+29
* 1) load modules by nameErik Troan1999-07-231-9/+12