summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* no fonts on s390Matt Wilson2003-01-081-6/+0
|
* spaces to tabsMatt Wilson2003-01-081-3/+3
|
* merge from s390 branchMatt Wilson2003-01-081-0/+2
|
* merge from s390 branchMatt Wilson2003-01-081-8/+32
|
* merge from s390 branchMatt Wilson2003-01-082-38/+48
|
* spacingMatt Wilson2003-01-081-1/+0
|
* fix spacingMatt Wilson2003-01-081-2/+1
|
* merge from s390 branchMatt Wilson2003-01-081-1/+0
|
* rename function to something more correctJeremy Katz2003-01-083-6/+9
|
* more space savingsMike Fulbright2003-01-081-9/+8
|
* testingMike Fulbright2003-01-081-1/+2
|
* oopsMike Fulbright2003-01-081-0/+1
|
* clean up unneeded .py filesMike Fulbright2003-01-081-1/+8
|
* need /dev/tty for ssh to be able to prompt user for passwordMike Fulbright2003-01-081-0/+1
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-07147-28819/+0
|
* more stuff for rescue modeMike Fulbright2003-01-071-8/+25
|
* set library path if we mounted a filesystemMike Fulbright2003-01-071-0/+3
|
* better ld_library_path for new openssl requiring krb5Jeremy Katz2003-01-072-2/+2
|
* improve mediacheck failed message as per bug #81285Mike Fulbright2003-01-071-7/+14
|
* need to include /usr/kerberos/lib in cached tooJeremy Katz2003-01-071-0/+1
|
* drop packages which aren't around anymoreJeremy Katz2003-01-071-1/+1
|
* grammarMike Fulbright2003-01-071-1/+1
|
* add krb5-libs for openssl 0.9.7Jeremy Katz2003-01-071-1/+5
|
* hmm... this will be a little bit more correctJeremy Katz2003-01-071-1/+1
|
* non-cardbus pcmcia support. it looks like it basically worksJeremy Katz2003-01-073-5/+137
|
* let's call the file something different...Jeremy Katz2003-01-071-1/+1
|
* we need to use -lpthread now to. thanks you very much nptl rpmJeremy Katz2003-01-061-1/+1
|
* Reworked so rescue mode specific files are in a seperate list. Added ↵Mike Fulbright2003-01-061-84/+124
| | | | comments. Removed dead code (like references to XFree86 3.x.x stuff. Probably broke something.
* dont clobber existing utlities with busybox versionMike Fulbright2003-01-061-1/+9
|
* make a boot iso tooJeremy Katz2003-01-061-0/+6
|
* port genhdlist to rpm 4.2. go back to building it and installing itJeremy Katz2003-01-062-11/+20
|
* if vgscan segfaults, don't traceback, just disable the use of lvm. especiallyJeremy Katz2003-01-062-2/+8
| | | | | | as the lvm1 tools seem to segfault often :/ not perfect but the segfault bug reports are getting old.
* add checking of link status using ethtool since jgarzik says that this isJeremy Katz2003-01-042-16/+463
| | | | | | | The One True Way (tm) of course, it's not supported by everything so we still have to check mii also.
* attempt to use O_DIRECT for loopback stage2 - should use less kernel ↵Matt Wilson2003-01-041-6/+15
| | | | buffer space. also fix error condition checks to be more specific
* spacing irks meMike Fulbright2003-01-031-1/+1
|
* changed arg we passed to be more specificMike Fulbright2003-01-033-5/+5
|
* added network startup to rescue mode and also made swap startMike Fulbright2003-01-031-0/+87
|
* off by 1024 on the size checking here. oopsJeremy Katz2003-01-031-1/+1
|
* this could be useful so we don't wait for link forever...Jeremy Katz2003-01-031-0/+1
|
* added ability to sniff out md5sum w/o doing a testMike Fulbright2003-01-031-0/+34
|
* a few pychecker fixesJeremy Katz2003-01-033-6/+5
|
* aha, this should make 'make snapbuild' workJeremy Katz2003-01-031-1/+2
|
* make sure mount exists (#78591)Jeremy Katz2003-01-031-3/+3
|
* let's go to not setting _install_langs as we've discussed and see if itJeremy Katz2003-01-032-5/+5
| | | | | | | gets noticed for beta4. we can always revert back to having it easily enough but I don't think that the disk space usage is a good reason not to since it's virtually impossible to install the languages after the fact and nothing but anaconda ever looks at it anyway (#75184)
* short-circuit finding packages to upgrade if we already looked at thisJeremy Katz2003-01-032-0/+9
| | | | upgrade root once (#62449)
* add support for reading the size of preexisting VGs directly (#79920)Jeremy Katz2003-01-032-8/+30
|
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-034-30/+48
| | | | | | | the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
* q could be used uninitializedJeremy Katz2003-01-031-1/+1
|
* make error reporting better so that people can spot their errors (#66851)Jeremy Katz2003-01-031-2/+4
|
* add some verification to ensure that the floppy disk we wrote out hasJeremy Katz2003-01-031-3/+50
| | | | an initrd and kernel of the same size as when we started. if not, yell