summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* make less techy soundingMike Fulbright2002-07-171-1/+1
* typoMike Fulbright2002-07-171-2/+2
* apply pbrown's patch to change disc info files to be .discinfo and have all o...Jeremy Katz2002-07-121-8/+5
* merge to HEADJeremy Katz2002-07-081-1/+1
* if kudzu suggests a module try to install it even if it isn't in thepre-newcompsErik Troan2002-06-271-23/+19
* turn on mediacheck for beta periodMike Fulbright2002-06-241-0/+3
* fix segfault on http/ftp kickstarts without a username/password combo (#66537)Jeremy Katz2002-06-191-27/+37
* add askmethod flag so that we can avoid the automatically going to the detect...Jeremy Katz2002-06-191-3/+6
* hopefully fixes the loopback mounted iso ftp/http installs for kickstart (#65...Jeremy Katz2002-06-041-0/+14
* added mechanism to easily pass through boot time arguments that we only care ...Mike Fulbright2002-05-241-25/+51
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-59/+140
* don't try to load usb mouse if we don't have a /proc/bus/usb/devices (#60365)Jeremy Katz2002-03-071-0/+2
* merge ks=cdrom:/ fix from branchJeremy Katz2002-03-071-25/+40
* merge to HEADJeremy Katz2002-03-051-3/+4
* commit to head alsoJeremy Katz2002-03-011-0/+1
* verify that your boot image matches your stage 2 and reboot otherwise, since ...Jeremy Katz2002-03-011-0/+37
* fix typos and bug #59743Mike Fulbright2002-02-251-7/+27
* new mediacheck screens and support for enhanced stamp filesMike Fulbright2002-02-221-23/+138
* warn when we don't find any harddrives -- this hasn't been tested (my localErik Troan2002-02-151-0/+17
* do media check on HD and NFS nowMike Fulbright2002-02-081-35/+95
* remove debug messagesMike Fulbright2002-02-061-6/+0
* since we have usb-uhci in kernel now, we shouldnt fail out here. Going to tr...Mike Fulbright2002-02-051-1/+3
* hard drive installs are happier now (#59301)Jeremy Katz2002-02-041-2/+4
* fix mediacheck and CDROM installs to workMike Fulbright2002-02-041-5/+6
* added support for nfsiso methodErik Troan2002-01-251-37/+84
* add lvm-mod to the loaded module set and add jfs and xfs too while we're at i...Jeremy Katz2002-01-251-1/+1
* removed upgradeonly supportErik Troan2002-01-231-2/+0
* disable japanese when running over telnetErik Troan2002-01-101-1/+4
* 1) don't spawn a shell in telnet modeErik Troan2002-01-101-46/+32
* use the proper telnet terminal typeErik Troan2002-01-101-2/+4
* more changes for s390, cleaned up a bitJeremy Katz2002-01-081-8/+32
* merge most of the s/390 loader changes. as with the last batch, an emailJeremy Katz2001-12-271-6/+81
* enabled telnet ability in loader-networkErik Troan2001-12-161-5/+1
* missing updates.img should be silentJeremy Katz2001-12-101-3/+5
* merge changes from the 7.2 branch forJeremy Katz2001-12-061-7/+58
* clean up some warningsJeremy Katz2001-11-291-2/+5
* modules could be loaded if we have a driver disk and are continuing (#56621)Jeremy Katz2001-11-291-1/+3
* re-enable setting the keyboard map for kickstart installs (#56379)Jeremy Katz2001-11-261-0/+2
* removed some unused variablesErik Troan2001-11-251-2/+0
* need to uncompress ramfs.img -- this got lost in the switch from libzErik Troan2001-11-241-5/+7
* make mediacheck only happen if mediacheck is on boot cmdlineMike Fulbright2001-11-161-1/+4
* added mediacheckMike Fulbright2001-11-161-2/+116
* changes for dietlibcErik Troan2001-11-131-14/+17
* 1) cleaned up mlLoadModule/mlLoadModuleSet usageErik Troan2001-10-171-24/+21
* always load vfat right away; it's always available so it saves some timeErik Troan2001-10-171-12/+2
* load all detected modules at onceErik Troan2001-10-171-19/+10
* moved display of scsiWindow() to right around the insmod (makes multipleErik Troan2001-10-171-3/+0
* kudzu's pciReadDrivers() has somewhat strange semantics. The first timeErik Troan2001-10-161-0/+4
* cleaned up location handlingErik Troan2001-10-121-21/+20
* fix log message when failed to retrieve ks file via httpMike Fulbright2001-10-051-1/+1