summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | modules-info file
* 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 ↵Jeremy Katz2002-06-191-3/+6
| | | | detected cd
* hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵Jeremy Katz2002-06-041-0/+14
| | | | (#65811)
* added mechanism to easily pass through boot time arguments that we only care ↵Mike Fulbright2002-05-241-25/+51
| | | | that the python anaconda script receives, and dont need to know about inside the loader. Much easier - just add to the list of extra args we test for in parseCmdLineFlags(). Moved several options which were in this class from using a LOADER_FLAG_XXX to new mechanism
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-59/+140
| | | | should be fine since I had originally just copied them into hampton from head :)
* 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
| | | | anything else is nonsense :)
* 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
| | | | install tree is broken)
* 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 ↵Mike Fulbright2002-02-051-1/+3
| | | | try to install module anyways since who knows if it will fall out of a kernel build randomly one day
* 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 ↵Jeremy Katz2002-01-251-1/+1
| | | | it (since having non-existent modules isn't fatal)
* 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
| | | | 2) set flags to stop spawning shell and usb rather then using #ifdef
* 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
| | | | about these will be coming soon
* 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
| | | | | | * nousbstorage flag * unload usb-storage before loading scsi modules * support for RedHat/base/updates.img
* 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
| | | | 2) module arguments should work again
* 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
| | | | module installation cleaner)
* kudzu's pciReadDrivers() has somewhat strange semantics. The first timeErik Troan2001-10-161-0/+4
| | | | | | | it's called, it replces the current pci table, even if you've done previous probes (using the "default" driver table). This could change the semantics of loading drivers from the cd image; but if it does those semantics are already being used when we use driver disks.
* 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
|
* *** empty log message ***Erik Troan2001-10-031-17/+5
|
* fix serial rescue modeJeremy Katz2001-08-311-1/+1
|
* write out each module to /tmp/modules.conf every time we insert them (MF #52293Matt Wilson2001-08-231-19/+18
|