| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
supported.
|
| |
|
|
|
|
|
|
| |
* packages.py (InstallCallback.cb): Switch these back. Otherwise,
things are wrong in GUI. Text mode is just not going to be quite
right with the text.
|
|
|
|
| |
* packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)
|
|
|
|
|
| |
* packages.py (handleMiscPackages): Only select a kernel-smp that
matches the arch of the primary kernel (#149618). Remove dead code.
|
|
|
|
| |
(#153746, #154181).
|
|
|
|
|
|
|
|
|
|
|
|
| |
* constants.py: Make bugzilla URL more changeable.
* iw/xconfig_gui.py (XConfigWindow.getNext): Likewise.
* packages.py (betaNagScreen): Likewise.
* hdrlist.py (GroupSet.__main__): Nuke some dead code.
* Makefile (DESTDIR): Likewise.
* image.py (findIsoImages): Genericize comment.
* loader2/urlinstall.c: Likewise.
|
| |
|
|
|
|
|
|
| |
class, updated the lang-table format to remove an unused column, and
changed langSupport to instLanguage everywhere to reinforce the class
merge idea.
|
|
|
|
| |
* packages.py (betaNagScreen): Fix beta nag translation.
|
| |
|
|
|
|
|
| |
will display an error dialog and terminate installation, instead of just
logging a failure and continuing on (#124368).
|
|
|
|
| |
* packages.py: Fix segfault if we have to order packages.
|
|
|
|
|
|
| |
* packages.py (selectLanguageSupportGroups): Switch to selecting
metapkgs of a "language-support" group so that language selection
is just like other package selection
|
|
|
|
|
| |
* packages.py (readPackages): Ensure that the Core group exists in
the comps file (#143930)
|
|
|
|
|
|
| |
* packages.py (readPackages): Remove hack for ia64 stuff added in
revision 1.169.6.32 as we don't install i386 packages on ia64
in anaconda anymore.
|
|
|
|
| |
* packages.py (rpmErrorClass.selected): Fix tyop (#143257)
|
|
|
|
|
| |
* packages.py (InstallCallback.cb): Let people reboot more easily
in case of bad packages but warn them that it's going to be bad.
|
|
|
|
|
| |
* packages.py (doPreInstall): Some finagling for kernel-*devel
handling (#143257)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-23 Jeremy Katz <katzj@redhat.com>
* textw/upgrade_bootloader_text.py
(UpgradeBootloaderWindow.__call__): Set a default when we can't
determine the boot loader to avoid indeterminate state (#139603)
* lvm.py: Don't disable LVM if vgscan, et al segfault (#134263)
* packages.py (doPreInstall): Don't remove the directories as
they may not be empty (#133773)
|
|
|
|
|
|
|
|
| |
* bootloader.py: Add patch from HJ Lu to fix popping hang in cases
where boot loader isn't being installed (#138932)
* packages.py (copyAnacondaLogs): Copy in the X log too per
pnasrat's request.
|
|
|
|
|
| |
* packages.py (doPreInstall): If we go back, we need to try
unmount /dev, too (#133773)
|
|
|
|
|
|
|
|
|
|
|
| |
* dispatch.py (installSteps): Add handleMiscPackages steps.
* installclass.py (BaseInstallClass.setSteps): Likewise.
* upgradeclass.py (InstallClass.setSteps): Likewise.
* packages.py (handleMiscPackages): Add a step to do all of the
miscellaneous package selection based on installer selections
instead of doing them in doPreInstall so that our needed CD list
is correct (#122017)
|
|
|
|
| |
* packages.py (copyAnacondaLogs): Set permissions on logs (#137963)
|
|
|
|
|
|
| |
* packages.py (handleX11Packages): Handle making sure gdm is
installed and don't get TWM started if people don't
install GNOME (#132743)
|
|
|
|
|
|
| |
* packages.py (handleX11Packages): Make sure that we don't do a
graphical startup if people run out of space and then go back to
unselect stuff (#135895)
|
|
|
|
|
| |
* packages.py (doPostInstall): Add rhgb in post-install, not
doInstall (from msw on anaconda-devel-list)
|
|
|
|
|
|
|
|
|
|
|
| |
* dispatch.py (installSteps):
* installclass.py (BaseInstallClass.setSteps):
* upgradeclass.py (InstallClass.setSteps):
Add copylogs step.
* packages.py (copyAnacondaLogs): Copy /tmp/anaconda.log and
/tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog
so that they exist post-install (#124370)
|
| |
|
|
|
|
|
| |
# handling /dev, it gets to be more fun. so just bind mount the
# installer /dev
|
| |
|
|
|
|
| |
kernel is installed and the initrd is created
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
isn't tested yet
as a side-effect, fixes #122598
|
| |
|
| |
|
|
|
|
| |
no /etc/modprobe.conf! (#121737)
|
| |
|
|
|
|
|
|
|
| |
you then go to 2.6, things go Bad (tm). let's remove that if we have both
a modules.conf and modprobe.conf (thus, we were upgrading from a 2.4 release)
and then move the old modules.conf out of the way so we don't trigger this
on future releases
|
| |
|
|
|
|
| |
recursing under
|
| |
|
| |
|
| |
|
| |
|
| |
|