summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Expand)AuthorAgeFilesLines
* make modules.conf prior to package installation so the kernel %post mkinitrdJeremy Katz2001-07-301-5/+4
* reduce the level of insanity by 10X, remove this "apply(apply(" messMatt Wilson2001-07-241-4/+2
* change wording, #49612Matt Wilson2001-07-241-2/+2
* fix updatecontinue to do the right(?) thingMatt Wilson2001-07-201-1/+2
* remove the other log too, if it's there.Matt Wilson2001-07-201-1/+6
* add s390/s390x patcheslaroche2001-07-201-28/+35
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-1/+6
* don't put this on top of the install.logMatt Wilson2001-07-201-1/+1
* turn on swap early in lowmem (#46304), prevent you from editing once things a...Matt Wilson2001-07-201-1/+2
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-0/+6
* use specspo in anacondaMatt Wilson2001-07-181-0/+2
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-0/+1
* do not overwrite the users fstab on upgradeMatt Wilson2001-07-111-1/+2
* fix hiding of help textMatt Wilson2001-07-111-0/+2
* use the right nameMatt Wilson2001-07-101-1/+1
* protect from missing packages and select the kernel-pcmcia-cs package if we h...Matt Wilson2001-07-101-15/+21
* set active partitionJeremy Katz2001-07-101-0/+1
* open instlog in postinstall tooJeremy Katz2001-07-101-1/+10
* unneeded codeMatt Wilson2001-07-101-2/+0
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-1/+18
* display a progress window when setting up the rpm transation (#47858)Matt Wilson2001-07-091-15/+35
* reformatted to be saneMatt Wilson2001-07-071-3/+3
* make syslog a global object and don't kill it, let init kill it later. #47556Matt Wilson2001-07-061-6/+3
* Added support for converting and formatting existing filesystems to a differe...Mike Fulbright2001-07-061-0/+1
* fix tuple size for extraModules (47126)Jeremy Katz2001-07-041-1/+1
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ret...Mike Fulbright2001-07-021-1/+1
* add magik incantations to root out the evil within the fsset codeMatt Wilson2001-07-021-0/+2
* typoJeremy Katz2001-06-271-1/+1
* defer writing inittab rl default and desktop until after we config X - write ...Matt Wilson2001-06-271-1/+2
* more pychecker fixupsMatt Wilson2001-06-231-49/+10
* include pam_smb if they're using samba authJeremy Katz2001-06-231-1/+4
* various pychecker fixupsMatt Wilson2001-06-221-2/+2
* what namespace am I in? get things from fsset moduleMatt Wilson2001-06-221-4/+4
* another module neededMatt Wilson2001-06-221-0/+1
* remove unused codeMatt Wilson2001-06-221-25/+13
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-1/+1
* completed most heavy lifting to get upgrades back in place. Still need to fi...Matt Wilson2001-06-221-1/+1
* first pass at getting things in alignment for gui upgrades. Should only affe...Matt Wilson2001-06-221-3/+2
* didn't helpMatt Wilson2001-06-211-2/+0
* close on exec - keep scriptlets from inheriting the package fdMatt Wilson2001-06-211-0/+2
* go backwards on error conditionMatt Wilson2001-06-211-1/+1
* move to idMatt Wilson2001-06-211-1/+1
* re-enabled the postaction on install classes, fixed the fsset support for dis...Matt Wilson2001-06-211-8/+7
* merge dispatch to HEADMatt Wilson2001-06-201-0/+797