summaryrefslogtreecommitdiffstats
path: root/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* makes things even faster for s/390 network installMike Fulbright2001-12-181-1/+2
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-1/+1
|
* use correct python syntax....Matt Wilson2001-11-081-1/+1
|
* merge fix from branchJeremy Katz2001-11-061-4/+4
|
* merge fix from 7-2-branch to rerun mkinitrd when copying extra modulesJeremy Katz2001-11-051-0/+18
|
* indent to the proper level, use startswithMatt Wilson2001-11-021-28/+27
|
* merge fix to not run depmod from 7-2-branchJeremy Katz2001-10-291-8/+1
|
* fix for #51498Matt Wilson2001-09-061-1/+1
|
* should i18n this stringMike Fulbright2001-08-281-2/+2
|
* so we can now how many packages are/were being installed/upgraded from the ↵Jeremy Katz2001-08-281-0/+5
| | | | install.log/upgrade.log
* xfree3 servers require xfree86-compat-modulesJeremy Katz2001-08-281-0/+11
|
* log (most) of the new packages being installed to the upgrade.log. Check ↵Matt Wilson2001-08-241-2/+9
| | | | ONLY the on-system database to see if packages are installed or not, this fixes a false positive on the hasX check when moving from 7.0 to 7.2, when XFree86-xfs files move to XFree86, thus it gets selected. When hasX was on it would pull in GNOME too, which is excessive. (inspired by #50171)
* don't fall over if the X package isn't available if you choose a generic ↵Matt Wilson2001-08-231-0/+3
| | | | 3.3.x server, remove I128 from list (#52364)
* add step for running ks %postMike Fulbright2001-08-171-0/+3
|
* pychecker complained about this - time.time() is called below but we never ↵Mike Fulbright2001-08-141-0/+1
| | | | import it
* get rid of these messages, they are not neededMike Fulbright2001-08-131-4/+0
|
* syntax errors are badMatt Wilson2001-08-101-2/+2
|
* add a ditch-out workaround for #50339Matt Wilson2001-08-101-2/+9
|
* updfstab handles /mnt/floppy nowMatt Wilson2001-08-091-8/+0
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-1/+0
| | | | set up Korean NFS and get Korean GUI (#50364)
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵Mike Fulbright2001-08-091-0/+6
| | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263)
* restore fstab if we started to migrate and found there was not enough space ↵Mike Fulbright2001-08-091-2/+13
| | | | to upgrade
* fstab is written out pre-install, so don't write it out post-install. moveJeremy Katz2001-08-071-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 Katz2001-08-021-2/+2
| | | | they're directories, we don't traceback
* make modules.conf prior to package installation so the kernel %post mkinitrdJeremy Katz2001-07-301-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(" 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 patchesr0-9-1laroche2001-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 ↵Matt Wilson2001-07-201-1/+2
| | | | are turned on (#46321)
* 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
| | | | | 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 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 ↵Matt Wilson2001-07-101-15/+21
| | | | have a pcic
* 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
| | | | | | and doPostInstall write out fstab at the end of doPreInstall
* 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 ↵Mike Fulbright2001-07-061-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 Katz2001-07-041-1/+1
|
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵Mike Fulbright2001-07-021-1/+1
| | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.