Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved display of scsiWindow() to right around the insmod (makes multiple | Erik Troan | 2001-10-17 | 3 | -8/+12 | |
| | | | | module installation cleaner) | |||||
* | scsiWindow() should take a const char * | Erik Troan | 2001-10-17 | 2 | -2/+2 | |
| | ||||||
* | removed extraneous comment | Erik Troan | 2001-10-17 | 1 | -1/+0 | |
| | ||||||
* | added some debug output | Erik Troan | 2001-10-17 | 1 | -1/+5 | |
| | ||||||
* | 1) some bug fixes to new multiple-module load code | Erik Troan | 2001-10-17 | 1 | -8/+12 | |
| | | | | 2) streamlined debug output | |||||
* | kudzu's pciReadDrivers() has somewhat strange semantics. The first time | Erik Troan | 2001-10-16 | 1 | -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 handling | Erik Troan | 2001-10-12 | 5 | -40/+40 | |
| | ||||||
* | don't free paths when drivers fail to load | Erik Troan | 2001-10-12 | 1 | -11/+0 | |
| | ||||||
* | fix log message when failed to retrieve ks file via http | Mike Fulbright | 2001-10-05 | 1 | -1/+1 | |
| | ||||||
* | driver disks should work, minor syntax cleanups | Erik Troan | 2001-10-04 | 2 | -6/+11 | |
| | ||||||
* | restrict the application of module arguments | Erik Troan | 2001-10-04 | 1 | -2/+5 | |
| | ||||||
* | *** empty log message *** | Erik Troan | 2001-10-03 | 9 | -98/+305 | |
| | ||||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-26 | 1 | -1/+1 | |
| | ||||||
* | fix notting's spot of bad message when trying to load japanese if we don't ↵ | Matt Wilson | 2001-09-10 | 1 | -5/+8 | |
| | | | | have kon | |||||
* | merge fix from 7.2 branch | Matt Wilson | 2001-09-07 | 1 | -1/+1 | |
| | ||||||
* | fix pcmcia driver disks | Matt Wilson | 2001-09-06 | 1 | -3/+3 | |
| | ||||||
* | fix serial rescue mode | Jeremy Katz | 2001-08-31 | 1 | -1/+1 | |
| | ||||||
* | add a few more eth/tr modules nowanaconda-fairfax-rc2 | Jeremy Katz | 2001-08-29 | 1 | -0/+21 | |
| | ||||||
* | fix for building with glibc where strnlen(foo, -1) == -1 and not 3 | Matt Wilson | 2001-08-27 | 1 | -1/+4 | |
| | ||||||
* | fix multiple scsi adapters | Matt Wilson | 2001-08-27 | 1 | -1/+20 | |
| | ||||||
* | write out each module to /tmp/modules.conf every time we insert them (MF #52293 | Matt Wilson | 2001-08-23 | 3 | -20/+37 | |
| | ||||||
* | rejoined s390 branch | harald | 2001-08-22 | 10 | -0/+999 | |
| | ||||||
* | fix typo, resolves bug #51773 | bfox | 2001-08-15 | 1 | -1/+1 | |
| | ||||||
* | Change all Ok to OK | Mike Fulbright | 2001-08-10 | 8 | -55/+55 | |
| | ||||||
* | rev | Matt Wilson | 2001-08-09 | 1 | -1/+1 | |
| | ||||||
* | checking for non-executable files with X_OK... WHAT? | Jeremy Katz | 2001-08-09 | 1 | -5/+5 | |
| | ||||||
* | typo | Matt Wilson | 2001-08-09 | 1 | -1/+1 | |
| | ||||||
* | support deferring language load until second stage. This allows a user to ↵ | Matt Wilson | 2001-08-09 | 1 | -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 Wilson | 2001-08-07 | 1 | -0/+11 | |
| | | | | usage | |||||
* | driver disk is full... kill the aironet since it's not like we have iwconfig ↵ | Jeremy Katz | 2001-07-25 | 1 | -3/+3 | |
| | | | | in the loader anyway | |||||
* | missed one | Matt Wilson | 2001-07-24 | 1 | -1/+1 | |
| | ||||||
* | support of usb storage from the boot disks. also, use nifty new kudzu | Jeremy Katz | 2001-07-24 | 1 | -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 message | Jeremy Katz | 2001-07-22 | 1 | -2/+0 | |
| | ||||||
* | grab kickstart configs via http. this allows for some really sick, twisted, | Jeremy Katz | 2001-07-22 | 2 | -0/+98 | |
| | | | | and cool things :) | |||||
* | retry NFS mounts in kickstart | Matt Wilson | 2001-07-20 | 1 | -1/+9 | |
| | ||||||
* | yes this works, so we don't really need this printf anymore | Jeremy Katz | 2001-07-20 | 1 | -1/+0 | |
| | ||||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 3 | -1/+62 | |
| | ||||||
* | maybe we'll eject the cd now | Jeremy Katz | 2001-07-20 | 1 | -0/+22 | |
| | ||||||
* | this length is obviously wrong. | Matt Wilson | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | attempt to fix (#48702) | Matt Wilson | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | a few more s/Ok/OK/ | Matt Wilson | 2001-07-12 | 4 | -7/+11 | |
| | | | | add a flag that lets you test all GUI screens even via netboot | |||||
* | kill last of OK's in favor of Ok's | Mike Fulbright | 2001-07-12 | 8 | -54/+54 | |
| | ||||||
* | change default to dynamic | Matt Wilson | 2001-07-10 | 1 | -1/+3 | |
| | ||||||
* | we still need to load cramfs as module on ia64 | Jeremy Katz | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | assume that if we don't have a console font that we can't display this ↵ | Matt Wilson | 2001-07-09 | 1 | -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 prefix | Matt Wilson | 2001-07-02 | 1 | -3/+3 | |
| | ||||||
* | add / in the front of the dir if it is missing (#47039) | Matt Wilson | 2001-07-02 | 1 | -0/+9 | |
| | ||||||
* | allocate enough buffer to hold string, please don't blow our stack. | Matt Wilson | 2001-07-02 | 1 | -1/+1 | |
| | ||||||
* | fixed typo | Matt Wilson | 2001-07-02 | 1 | -1/+1 | |
| | ||||||
* | support ftp installs from mounted isos | Erik Troan | 2001-06-29 | 1 | -4/+28 | |
| |