summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* more fun with the expanded use of requires= in the comps file...Jeremy Katz2003-02-061-0/+2
| | | | | this handles pulling in deps of things we install (such as, say, skkinput) so that they all get selected properly. (#83519)
* make sure the window gets popped if we upgrade and don't install any packagesJeremy Katz2003-02-061-1/+4
| | | | | | (#82862) also, get rid of a line I didn't mean to commit
* use new -r argument for convertdb1Jeremy Katz2003-02-052-32/+24
| | | | | do save and restore of the old rpmdb correctly for pre-rpm4 upgrades so that people might have a chance of not being completely hosed if the upgrade fails.
* url.info, not file.info. and make the exception a little bit less maskedJeremy Katz2003-02-051-2/+3
|
* nopcmcia, nofirewire, nousb, etc would all end up loading the drivers becauseJeremy Katz2003-02-051-1/+13
| | | | | | we just probe for CLASS_UNSPEC on BUS_PCI which will pick them up. this isn't necessarily what we want, so let's do some filtering (and logging of the filtering) (#83125)
* the key for newpkgDict is a Package not the name of the package. (#83522)Jeremy Katz2003-02-051-2/+4
|
* refresh-po for tyop fixes, pull in updates from elvisJeremy Katz2003-02-0534-4126/+10914
|
* tyop fixes from translation team (#83523)Jeremy Katz2003-02-052-2/+2
|
* try to be more careful about catching errors from urllib2. Not pretty. But ↵Mike Fulbright2003-02-041-0/+13
| | | | I tested it.
* make note of a design flawMike Fulbright2003-02-041-1/+5
|
* try to be more careful about catching errors from urllib2. Not pretty. But ↵Mike Fulbright2003-02-041-2/+25
| | | | I tested it.
* oops, the kernel sucks againJeremy Katz2003-02-041-0/+4
|
* I suck againJeremy Katz2003-02-041-0/+1
|
* handle the case of not overriding a module with a new moduleball correctlyJeremy Katz2003-02-041-15/+25
| | | | | (for the case of the second stage modules.cgz which should never override things from stage1 which are likely to be driver disks). (#82314, #83128)
* no need to do this in testing modeMatt Wilson2003-02-041-1/+1
|
* shame on pychecker. good catch from mswJeremy Katz2003-02-041-1/+1
|
* no lilo on x86_64Jeremy Katz2003-02-042-7/+17
|
* get rid of bootdisk step for x86_64Jeremy Katz2003-02-041-1/+3
|
* "fix" for bug #81869 - man the X stuff needs rewritingMike Fulbright2003-02-031-2/+22
|
* refresh-poJeremy Katz2003-01-3133-4115/+4795
|
* refresh po from elvisJeremy Katz2003-01-3115-4485/+2146
|
* set our language to be the runtime language for stage2 and not the lang ↵Jeremy Katz2003-01-311-0/+4
| | | | nick. this fixes the nfs/cd cjk text mode being Bad (tm). ridiculous that such a small patch required so much time to track down (#82533)
* sleep after starting bterm so that we can make sure the geometry gets picked ↵Jeremy Katz2003-01-311-0/+4
| | | | up correctly by slang
* fix for bug #79454 - a tad messy but this way I dont duplicate code elsewhereMike Fulbright2003-01-312-7/+27
|
* use convertdb1 to convert to new db formatJeremy Katz2003-01-311-23/+8
|
* add convertdb1Jeremy Katz2003-01-311-2/+3
|
* nuke plip (#83131)Jeremy Katz2003-01-311-6/+0
|
* nukeMatt Wilson2003-01-301-4/+0
|
* bump copyright dataMike Fulbright2003-01-301-1/+1
|
* update screen fontMatt Wilson2003-01-301-0/+0
|
* msw says it 'just works'Jeremy Katz2003-01-301-1/+2
|
* fix for when vram unknown (bug #81948)Mike Fulbright2003-01-301-1/+3
|
* hammer smp detection (mptable style) - acpi will come laterMatt Wilson2003-01-301-34/+38
|
* need ide-cd on x86_64Jeremy Katz2003-01-291-1/+1
|
* fixup old hard drive for the case where it's not rooted at the base (not ↵Jeremy Katz2003-01-291-2/+2
| | | | that old hard drive is used anymore
* add usageJeremy Katz2003-01-291-1/+1
|
* we can only probe video ram on i386. generalize this to be sane and notJeremy Katz2003-01-291-6/+3
| | | | have to be tweaked for every new arch
* locale info goes in /usr/lib not libdirJeremy Katz2003-01-291-1/+1
|
* make back button workMike Fulbright2003-01-291-10/+16
|
* use new rpm.setLogFile for setting log file instead of the old error callbackJeremy Katz2003-01-291-3/+1
| | | | which we were doing before and broke. (#80751)
* ask if they have a driver disk first (#81600)Jeremy Katz2003-01-291-3/+11
|
* only nag about mediacheck if we are not in rescue mode, and dont be anal ↵Mike Fulbright2003-01-291-3/+4
| | | | about .discinfo file unless we are not in rescue
* should address bug #80727Mike Fulbright2003-01-291-0/+1
|
* oh man this was a goofupMike Fulbright2003-01-291-1/+1
|
* s390 is kind of backed up...Jeremy Katz2003-01-291-2/+1
|
* going for broke... boot iso here tooJeremy Katz2003-01-291-0/+6
|
* boot.iso for x86_64Jeremy Katz2003-01-291-0/+5
|
* install rescue image scriptMike Fulbright2003-01-291-0/+1
|
* hack on pkgorder a bit to get "better" ordering. not at all ideal sinceJeremy Katz2003-01-292-12/+43
| | | | | | | | it's basically me braindumping component names in an order that makes some sense to me -- we should instead be getting this information from install classes probably add language tag to the Component object so I can get to it from pkgorder
* make sure there is a .discinfo file before we try to mount the CD as a ↵Mike Fulbright2003-01-281-1/+2
| | | | possible disc #1