Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | restore fstab if we started to migrate and found there was not enough space ↵ | Mike Fulbright | 2001-08-09 | 1 | -2/+13 | |
| | | | | to upgrade | |||||
* | fstab is written out pre-install, so don't write it out post-install. move | Jeremy Katz | 2001-08-07 | 1 | -6/+2 | |
| | | | | | %post action to actually be written out after all other configuration information since that's more sensible (50869) | |||||
* | use rmrf instead of unlinking the logfiles if they already exist so that if ↵ | Jeremy Katz | 2001-08-02 | 1 | -2/+2 | |
| | | | | they're directories, we don't traceback | |||||
* | make modules.conf prior to package installation so the kernel %post mkinitrd | Jeremy Katz | 2001-07-30 | 1 | -5/+4 | |
| | | | | | | does the right thing now we don't have to mkinitrd in bootloader.py! | |||||
* | reduce the level of insanity by 10X, remove this "apply(apply(" mess | Matt Wilson | 2001-07-24 | 1 | -4/+2 | |
| | ||||||
* | change wording, #49612 | Matt Wilson | 2001-07-24 | 1 | -2/+2 | |
| | ||||||
* | fix updatecontinue to do the right(?) thing | Matt Wilson | 2001-07-20 | 1 | -1/+2 | |
| | ||||||
* | remove the other log too, if it's there. | Matt Wilson | 2001-07-20 | 1 | -1/+6 | |
| | ||||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -28/+35 | |
| | ||||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -1/+6 | |
| | ||||||
* | don't put this on top of the install.log | Matt Wilson | 2001-07-20 | 1 | -1/+1 | |
| | ||||||
* | turn on swap early in lowmem (#46304), prevent you from editing once things ↵ | Matt Wilson | 2001-07-20 | 1 | -1/+2 | |
| | | | | are turned on (#46321) | |||||
* | properly record we have skipped X configuration and act appropriately later | Mike Fulbright | 2001-07-19 | 1 | -0/+6 | |
| | ||||||
* | use specspo in anaconda | Matt Wilson | 2001-07-18 | 1 | -0/+2 | |
| | ||||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -0/+1 | |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 | |||||
* | do not overwrite the users fstab on upgrade | Matt Wilson | 2001-07-11 | 1 | -1/+2 | |
| | ||||||
* | fix hiding of help text | Matt Wilson | 2001-07-11 | 1 | -0/+2 | |
| | ||||||
* | use the right name | Matt Wilson | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | protect from missing packages and select the kernel-pcmcia-cs package if we ↵ | Matt Wilson | 2001-07-10 | 1 | -15/+21 | |
| | | | | have a pcic | |||||
* | set active partition | Jeremy Katz | 2001-07-10 | 1 | -0/+1 | |
| | ||||||
* | open instlog in postinstall too | Jeremy Katz | 2001-07-10 | 1 | -1/+10 | |
| | ||||||
* | unneeded code | Matt Wilson | 2001-07-10 | 1 | -2/+0 | |
| | ||||||
* | split install step into three separate steps, doPreInstall, doInstall, | Jeremy Katz | 2001-07-09 | 1 | -1/+18 | |
| | | | | | | and doPostInstall write out fstab at the end of doPreInstall | |||||
* | display a progress window when setting up the rpm transation (#47858) | Matt Wilson | 2001-07-09 | 1 | -15/+35 | |
| | ||||||
* | reformatted to be sane | Matt Wilson | 2001-07-07 | 1 | -3/+3 | |
| | ||||||
* | make syslog a global object and don't kill it, let init kill it later. #47556 | Matt Wilson | 2001-07-06 | 1 | -6/+3 | |
| | ||||||
* | Added support for converting and formatting existing filesystems to a ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+1 | |
| | | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning | |||||
* | fix tuple size for extraModules (47126) | Jeremy Katz | 2001-07-04 | 1 | -1/+1 | |
| | ||||||
* | Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵ | Mike Fulbright | 2001-07-02 | 1 | -1/+1 | |
| | | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately. | |||||
* | add magik incantations to root out the evil within the fsset code | Matt Wilson | 2001-07-02 | 1 | -0/+2 | |
| | ||||||
* | typo | Jeremy Katz | 2001-06-27 | 1 | -1/+1 | |
| | ||||||
* | defer writing inittab rl default and desktop until after we config X - write ↵ | Matt Wilson | 2001-06-27 | 1 | -1/+2 | |
| | | | | it at the same time we write the X config. Fixed writing of /etc/sysconfig/desktop | |||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -49/+10 | |
| | ||||||
* | include pam_smb if they're using samba auth | Jeremy Katz | 2001-06-23 | 1 | -1/+4 | |
| | | | | floppy options | |||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -2/+2 | |
| | ||||||
* | what namespace am I in? get things from fsset module | Matt Wilson | 2001-06-22 | 1 | -4/+4 | |
| | ||||||
* | another module needed | Matt Wilson | 2001-06-22 | 1 | -0/+1 | |
| | ||||||
* | remove unused code | Matt Wilson | 2001-06-22 | 1 | -25/+13 | |
| | ||||||
* | 1) more fixups for upgrades: fix step list to actually run the transaction, | Matt Wilson | 2001-06-22 | 1 | -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 Wilson | 2001-06-22 | 1 | -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 Wilson | 2001-06-22 | 1 | -3/+2 | |
| | | | | affect upgrades, not installs | |||||
* | didn't help | Matt Wilson | 2001-06-21 | 1 | -2/+0 | |
| | ||||||
* | close on exec - keep scriptlets from inheriting the package fd | Matt Wilson | 2001-06-21 | 1 | -0/+2 | |
| | ||||||
* | go backwards on error condition | Matt Wilson | 2001-06-21 | 1 | -1/+1 | |
| | ||||||
* | move to id | Matt Wilson | 2001-06-21 | 1 | -1/+1 | |
| | ||||||
* | re-enabled the postaction on install classes, fixed the fsset support for ↵ | Matt Wilson | 2001-06-21 | 1 | -8/+7 | |
| | | | | disk switching (hard to test, broken packaging) | |||||
* | merge dispatch to HEAD | Matt Wilson | 2001-06-20 | 1 | -0/+797 | |