Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | optionally ignore error messages | Erik Troan | 2001-06-29 | 2 | -9/+13 | |
| | ||||||
* | use http 1.1, it makes IIS happier | Erik Troan | 2001-06-28 | 1 | -1/+1 | |
| | ||||||
* | 1) cramfs and ramfs aren't modular anymore | Erik Troan | 2001-06-28 | 1 | -4/+40 | |
| | | | | 2) ramfs is busted -- hacked around it | |||||
* | correction | Erik Troan | 2001-06-28 | 1 | -1/+0 | |
| | ||||||
* | don't open loopback devices twice | Erik Troan | 2001-06-25 | 1 | -4/+1 | |
| | ||||||
* | don't remove kon2 config on make clean | Bill Nottingham | 2001-06-25 | 1 | -1/+1 | |
| | ||||||
* | use -Os, not -O | Bill Nottingham | 2001-06-22 | 1 | -2/+2 | |
| | ||||||
* | don't use the same loop device more than once; use different file names for ↵ | Jeremy Katz | 2001-06-22 | 1 | -7/+15 | |
| | | | | different loopbacks |