| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* textw/simple_pkgselect_text.py Basic fixup for new API so that
we at least don't just die (#175443)
* yuminstall.py: Remove anaconda_grouplist hack.
(tsCheck): Fix for API change
(_catchallCategory): Fix for changes to groups API
|
|
|
|
|
|
|
|
|
|
| |
* text.py (InstallInterface.isRealConsole): Add method to check if
we're on a "real" console instead of duplicating the code
everywhere. Add a check for /proc/xen to imply xen guest (not
real console)
(InstallInterface.run): Use new method.
(InstallInterface.run): Use new method.
* textw/language_text.py (LanguageWindow.__call__): Use new method.
|
|
|
|
| |
pykickstart.
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/autopart_type.py (PartitionTypeWindow.getNext): Don't skip
manual partitioning if we're doing custom partitions (#169001)
(PartitionTypeWindow.comboChanged): Also make it obvious what's
going on with custom partitioning + review checkbox
* ui/autopart.glade: Add callback.
* textw/partition_text.py (PartitionTypeWindow.__call__): Properly
shut down UI if custom partitioning selected.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/simple_pkgselect.py: Simple group selection UI...
* textw/simple_pkgselect_text.py: And the same for text mode
* yuminstall.py (YumBackend): Some hacks for simple group
selection UI.
* dispatch.py (installSteps): Add simple group selection step.
* gui.py (stepToClass): Likewise.
* text.py (stepToClasses): Likewise.
* installclass.py (BaseInstallClass.setSteps): Likewise.
|
|
|
|
|
|
|
|
| |
* iw/network_gui.py (NetworkWindow.getNext): Don't enforce
selinux/firewall here. Use the object defaults.
* textw/network_text.py (NetworkGlobalWindow.__call__): Likewise.
* firewall.py (Firewall.__init__): Default firewall to allow ssh.
|
|
|
|
|
|
|
| |
* iw/fdisk_gui.py: Remove dead code.
* iw/fdasd_gui.py: Likewise.
* textw/fdisk_text.py: Likewise.
* textw/fdasd_text.py: Likewise.
|
|
|
|
|
|
| |
* textw/xconfig_text.py: Likewise.
* iw/bootdisk_gui.py: Likewise.
* iw/bootdisk_text.py: Likewise.
|
|
|
|
|
|
| |
authconfig in its entirety, rather than handling it as a series of
arguments we need to process. We weren't really doing anything with it
anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* dispatch.py (installSteps): Add new autopart type step, remove
some obsolete stuff (fdisk, fdasd)
* gui.py (stepToClass): Add new step.
(getGladeWidget): Add helper function for glade screens.
* text.py (stepToClasses): Add new step.
* installclass.py (BaseInstallClass.setSteps): Add new step.
* iw/autopart_type.py: Add first pass at new autopartitioning
screen. Still want to make the shown options more dynamic based
on what your system initially looks like.
* textw/partition_text.py: Add new autopartitioning screen.
* ui/autopart.glade: Add glade file for new autopartitioning screen.
|
| |
|
| |
|
|
|
|
| |
firstboot using system-config-securitylevel.
|
|
|
|
| |
support package groups to the %packages section of the kickstart file.
|
| |
|
|
|
|
|
|
| |
* textw/bootloader_text.py (BootloaderImagesWindow.__call__):
Support deletion of images in text mode (#125358). After FC4 goes
out, we'll want to uncomment the new help line.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* text.py (InstallInterface.messageWindow): Properly return the
idx of the return on a custom messageWindow
* image.py (presentRequiredMediaMessage): Add back button for
required media message (#114770)
* textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise.
(BeginInstallWindow.__call__): Likewise.
* iw/confirm_gui.py (UpgradeConfirmWindow.getNext)
(InstallConfirmWindow.getNext): Likewise.
|
|
|
|
|
| |
* textw/partition_text.py (PartitionWindow.__call__): Give a
little bit more room for cylinder #s (#119767)
|
| |
|
|
|
|
|
|
|
|
| |
* textw/partition_text.py (AutoPartitionWindow.__call__): Check
for a drive being selected (#124296)
* partIntfHelpers.py (mustHaveSelectedDrive): Add UI helper for
selected drives error.
* iw/partition_gui.py (AutoPartitionWindow.getNext): Use helper.
|
| |
|
|
|
|
| |
already skipping that step. Bump version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* anaconda: Remove essentially unused config file data code,
product.img basically supplanted this.
* Makefile: Likewise.
* cmdline.py: Likewise.
* gui.py: Likewise.
* text.py: Likewise.
* dispatch.py: Likewise.
* instdata.py: Likewise.
* splashscreen.py: Likewise.
* iw/welcome_gui.py: Likewise.
* textw/welcome_text.py: Likewise.
* anaconda.conf: Remove file.
* configFileData.py: Likewise.
* readConfigFile.py: Likewise.
|
|
|
|
|
|
|
| |
* text.py (stepToClasses): Remove silo stuff.
* gui.py (stepToClasses): Likewise.
* iw/silo_gui.py: Remove.
* textw/silo_text.py: Remove.
|
|
|
|
|
|
|
|
| |
* textw/timezone_text.py (TimezoneWindow.__call__): Mark strings
for translation.
* gui.py (ExceptionWindow.__init__): Likewise.
* iw/network_gui.py (NetworkWindow.handleIPError): Likewise.
* textw/mouse_text.py (MouseWindow.__call__): Likewise.
|
|
|
|
|
| |
* textw/timezone_text.py (TimezoneWindow.__call__): Mark string
for translation.
|
|
|
|
|
|
| |
class, updated the lang-table format to remove an unused column, and
changed langSupport to instLanguage everywhere to reinforce the class
merge idea.
|
| |
|
|
|
|
| |
in all imports
|
|
|
|
| |
the raid and lvm possibilities early on
|
| |
|
|
|
|
|
|
| |
* iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up
reference to media to not get stale (#138688)
* textw/complete_text.py (FinishedWindow.__call__): Likewise.
|
|
|
|
|
|
|
|
| |
* dispatch.py (installSteps): Pass new arg to desktopchoice
* iw/desktop_choice_gui.py (DesktopChoiceWindow.getNext): Reset
package selection to defaults if selected (#142415)
* textw/desktop_choice_text.py (DesktopChoiceWindow): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
* iw/bootloader_main_gui.py: Don't reference boot
disks anymore (#135851)
* textw/bootloader_text.py: Likewise.
|
|
|
|
|
|
| |
* iw/network_gui.py (NetworkWindow.editDevice): Add hardware
address as another way to figure out which device is which (#131814)
* textw/network_text.py (NetworkDeviceWindow.runScreen): Likewise.
|
|
|
|
|
|
| |
* iw/network_gui.py (NetworkWindow.setupDevices):
* textw/network_text.py (NetworkDeviceWindow.runScreen):
Sync behavior of onboot between gui/text (#138011)
|
|
|
|
|
| |
* textw/packages_text.py: Sort packages in the group
details screen (#123437)
|
|
|
|
|
|
|
| |
* iw/partition_gui.py (PartitionWindow.populate):
* textw/partition_text.py (PartitionWindow.populate):
Free space isn't active, so we can't just ignore it. Instead,
just ignore non-active partitions of < 1 MB (#133425)
|
|
|
|
| |
* textw/firewall_text.py: Oops, fix syntax error
|
| |
|
| |
|
|
|
|
|
|
| |
hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried
throughout.
(#131091, #130906, #131301)
|
| |
|
|
|
|
|
| |
a VG and then asks if you want to add a partition or a LV, then a similar
dialog to everything else for setting up the LV itself
|
|
|
|
|
| |
with it. avoids a parted assertion when checking for the flag on a non
active partition
|
|
|
|
|
| |
- devicelist may be empty, subreferencing results in a traceback
- screen.popWindow() got called twice and killed the parent window, too
|
| |
|
|
|
|
|
| |
- new function common to gui and text mode to update the config files (-1 FIXME)
- write /tmp/zfcp.conf earlier
|
|
|
|
| |
- log if files cannot be opened
|