summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Collapse)AuthorAgeFilesLines
...
* moved display of scsiWindow() to right around the insmod (makes multipleErik Troan2001-10-173-8/+12
| | | | module installation cleaner)
* scsiWindow() should take a const char *Erik Troan2001-10-172-2/+2
|
* removed extraneous commentErik Troan2001-10-171-1/+0
|
* added some debug outputErik Troan2001-10-171-1/+5
|
* 1) some bug fixes to new multiple-module load codeErik Troan2001-10-171-8/+12
| | | | 2) streamlined debug output
* 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-125-40/+40
|
* don't free paths when drivers fail to loadErik Troan2001-10-121-11/+0
|
* fix log message when failed to retrieve ks file via httpMike Fulbright2001-10-051-1/+1
|
* driver disks should work, minor syntax cleanupsErik Troan2001-10-042-6/+11
|
* restrict the application of module argumentsErik Troan2001-10-041-2/+5
|
* *** empty log message ***Erik Troan2001-10-039-98/+305
|
* merge fix from 7-2-branchJeremy Katz2001-09-261-1/+1
|
* fix notting's spot of bad message when trying to load japanese if we don't ↵Matt Wilson2001-09-101-5/+8
| | | | have kon
* merge fix from 7.2 branchMatt Wilson2001-09-071-1/+1
|
* fix pcmcia driver disksMatt Wilson2001-09-061-3/+3
|
* fix serial rescue modeJeremy Katz2001-08-311-1/+1
|
* add a few more eth/tr modules nowanaconda-fairfax-rc2Jeremy Katz2001-08-291-0/+21
|
* fix for building with glibc where strnlen(foo, -1) == -1 and not 3Matt Wilson2001-08-271-1/+4
|
* fix multiple scsi adaptersMatt Wilson2001-08-271-1/+20
|
* write out each module to /tmp/modules.conf every time we insert them (MF #52293Matt Wilson2001-08-233-20/+37
|
* rejoined s390 branchharald2001-08-2210-0/+999
|
* fix typo, resolves bug #51773bfox2001-08-151-1/+1
|
* Change all Ok to OKMike Fulbright2001-08-108-55/+55
|
* revMatt Wilson2001-08-091-1/+1
|
* checking for non-executable files with X_OK... WHAT?Jeremy Katz2001-08-091-5/+5
|
* typoMatt Wilson2001-08-091-1/+1
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-19/+31
| | | | set up Korean NFS and get Korean GUI (#50364)
* add more gconv stubs to prevent pulling in glibc gconv because of new symbol ↵Matt Wilson2001-08-071-0/+11
| | | | usage
* driver disk is full... kill the aironet since it's not like we have iwconfig ↵Jeremy Katz2001-07-251-3/+3
| | | | in the loader anyway
* 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-222-0/+98
| | | | and cool things :)
* retry NFS mounts in kickstartMatt Wilson2001-07-201-1/+9
|
* yes this works, so we don't really need this printf anymoreJeremy Katz2001-07-201-1/+0
|
* add s390/s390x patchesr0-9-1laroche2001-07-203-1/+62
|
* maybe we'll eject the cd nowJeremy Katz2001-07-201-0/+22
|
* this length is obviously wrong.Matt Wilson2001-07-191-1/+1
|
* attempt to fix (#48702)Matt Wilson2001-07-191-1/+1
|
* a few more s/Ok/OK/Matt Wilson2001-07-124-7/+11
| | | | 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-128-54/+54
|
* change default to dynamicMatt Wilson2001-07-101-1/+3
|
* we still need to load cramfs as module on ia64Jeremy Katz2001-07-101-1/+1
|
* assume that if we don't have a console font that we can't display this ↵Matt Wilson2001-07-091-7/+11
| | | | language without a text display engine, remove all Japanese special case. This in preperation for Chinese and Korean
* actually assign the fixed path to the prefixMatt Wilson2001-07-021-3/+3
|
* add / in the front of the dir if it is missing (#47039)Matt Wilson2001-07-021-0/+9
|
* allocate enough buffer to hold string, please don't blow our stack.Matt Wilson2001-07-021-1/+1
|
* fixed typoMatt Wilson2001-07-021-1/+1
|
* support ftp installs from mounted isosErik Troan2001-06-291-4/+28
|