summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change all Ok to OKMike Fulbright2001-08-101-18/+18
|
* checking for non-executable files with X_OK... WHAT?Jeremy Katz2001-08-091-5/+5
|
* missed oneMatt Wilson2001-07-241-1/+1
|
* support of usb storage from the boot disks. also, use nifty new kudzuJeremy Katz2001-07-241-24/+21
| | | | | floppy probing to find our floppy devices (and therefore include /dev/fd[01] in /dev so they can be probed)
* kill unneeded debug messageJeremy Katz2001-07-221-2/+0
|
* grab kickstart configs via http. this allows for some really sick, twisted,Jeremy Katz2001-07-221-0/+96
| | | | and cool things :)
* retry NFS mounts in kickstartMatt Wilson2001-07-201-1/+9
|
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+7
|
* this length is obviously wrong.Matt Wilson2001-07-191-1/+1
|
* a few more s/Ok/OK/Matt Wilson2001-07-121-2/+4
| | | | add a flag that lets you test all GUI screens even via netboot
* kill last of OK's in favor of Ok'sMike Fulbright2001-07-121-18/+18
|
* change default to dynamicMatt Wilson2001-07-101-1/+3
|
* we still need to load cramfs as module on ia64Jeremy Katz2001-07-101-1/+1
|
* support ftp installs from mounted isosErik Troan2001-06-291-4/+28
|
* 1) cramfs and ramfs aren't modular anymoreErik Troan2001-06-281-4/+40
| | | | 2) ramfs is busted -- hacked around it
* don't open loopback devices twiceErik Troan2001-06-251-4/+1
|
* don't use the same loop device more than once; use different file names for ↵Jeremy Katz2001-06-221-7/+15
| | | | different loopbacks
* reiserfs supportMatt Wilson2001-06-211-0/+1
|
* revert S390 changesKarsten Hopp2001-06-201-6/+0
|
* patches for s390Karsten Hopp2001-06-201-0/+6
|
* merge loader changes from branchesMatt Wilson2001-06-201-1/+1
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-139/+61
| | | | | added telnet server support (not turned on) along with support for cramfs'd files in many places
* restore message to original wordingMike Fulbright2001-04-181-1/+1
|
* reverted ram messagebfox2001-04-171-3/+1
|