summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | it at the same time we write the X config. Fixed writing of /etc/sysconfig/desktop
* more pychecker fixupsMatt Wilson2001-06-231-49/+10
|
* include pam_smb if they're using samba authJeremy Katz2001-06-231-1/+4
| | | | floppy options
* 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
| | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-1/+1
| | | | finish fixing up swap file creation and do text mode.
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-3/+2
| | | | affect upgrades, not installs
* 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 ↵Matt Wilson2001-06-211-8/+7
| | | | disk switching (hard to test, broken packaging)
* merge dispatch to HEADMatt Wilson2001-06-201-0/+797