| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
|
|
|
|
|
| |
Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright
year ranges and listed authors (if they were in the comment section) under
the Red Hat Author(s) section.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
other than floppy and remote via scp in the future. USB support is almost
there.
|
|
|
|
| |
like this.
|
|
|
|
|
|
|
|
|
|
| |
* loader2/loader.h: Add getProductArch method.
* loader2/loader.c: Populate productArch and define getProductArch.
Show the architecture in stage1.
* constants.py: add productArch
* product.py: populate productArch
* text.py: Show the architecture during text mode stage2.
|
| |
|
| |
|
|
|
|
| |
* text.py (WaitWindow.refresh): Fix traceback reported on livecd-list
|
|
|
|
|
|
|
|
|
|
| |
* livecd.py (LiveCDCopyBackend._doFilesystemMangling): Call
refresh method so that we don't end up with a hung looking UI
during filesystem resizing, etc (#224213)
* gui.py (WaitWindow.refresh): Add refresh method
* cmdline.py (WaitWindow.refresh): Likewise.
* text.py (WaitWindow.refresh): Likewise.
|
|
|
|
| |
* text.py (ProgressWindow): Pass ints to snack Scale (#230951)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when we say we're going to (#226784)
* iw/autopart_type.py (PartitionTypeWindow.getScreen): desensitize
review checkbox if we're headed backwards and the current selection is
custom (#220951)
* gui.py: add class InstallKeyWindow and InstallInterface method
getInstallKey
* text.py: add getInstallKey method
* ui/instkey.glade: instkey dialog (new file)
|
|
|
|
| |
installs (#222096).
|
|
|
|
| |
characters (#220905).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* yuminstall.py (AnacondaYum.doConfigSetup): Allow having more
than one default repo for the installclass
(YumBackend._catchallCategory): Fix catchall category
* packages.py (regKeyScreen): Add reg key screen.
* installclass.py (BaseInstallClass.getPackagePaths): Add method
to handle mapping with a URI to the repo paths we want to have
(BaseInstallClass.handleRegKey): Method for handling the reg key
and validating it
* installclasses/rhel.py: Add Red Hat Enterprise Linux
installclass. Have it enable the regkey step
* installclasses/rhel_as.py: Remove old RHEL class
* installclasses/rhel_desktop.py: Likewise.
* installclasses/rhel_es.py: Likewise.
* installclasses/rhel_ws.py: Likewise.
* gui.py (EntryWindow.__init__): Add intf.entryWindow taking
advantage of messageWindow stuff.
* text.py (InstallInterface.entryWindow): Likewise.
* dispatch.py (installSteps): Add regkey step.
|
|
|
|
|
|
|
|
|
| |
configuring
* textw/iscsi_text.py: Likewise.
* dispatch.py (installSteps): Remove iscsi step.
* installclass.py: Likewise.
* gui.py: Likewise.
* text.py: Likewise.
|
|
|
|
|
| |
the command is no longer the first argument, since subprocess doesn't work
that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dispatch references when calling anaconda.intf.run().
* cmdline.py (InstallInterface.run): Changes to account for receiving
a reference to the anaconda object rather than an id and dispatch
object.
* gui.py (InstallInterface.run): Likewise.
* text.py (InstallInterface.run): Likewise.
* gui.py (InstallControlWindow.releaseNotesButtonClicked): Pass
reference to anaconda object to the ReleaseNotesViewerThread object.
|
|
|
|
| |
the step functions directly instead of using apply.
|
| |
|
|
|
|
| |
not really. It's just iutil.getArch() -> rhpl.getArch() updates.
|
|
|
|
| |
references to /proc/cmdline from everywhere else in favor of this dict.
|
|
|
|
|
|
|
|
|
|
|
|
| |
selected lang's font in lang-table. Modified getCurrent to return
selected lang.
* text.py (InstallInterface.run): The Language class handles the
non-working languages for text mode. Only call getFontFile to see
if we should tell the user the selected lang won't work in text
mode.
* textw/language_text.py (LanguageWindow.__call__): None -> none
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lang-table: Set all previously bterm using languages to "none"
for the fact that we can't handle them in text-mode anymore
* textw/language_text.py (LanguageWindow.__call__): Remove bterm
special-casing.
* text.py (InstallInterface.run): Likewise.
* loader2/lang.c (setupLanguage): Likewise.
* language.py (Language.fixLang): No more "bterm" font
* stubs/unicode-lite.c: Don't require wlite
* stubs/Makefile: Don't link against wlite
* loader2/Makefile: No more linking to bterm here either
* isys/lang.c: Remove bterm support code.
* isys/lang.h: And declaration.
* isys/Makefile (LOADLIBES): No more linking to bterm
* isys/isys.c (start_bterm): Remove this
* anaconda.spec (BuildPreReq): Bye-bye bogl
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* anaconda: Add handling of iscsi flag
* flags.py: Add iscsi flag
* installclass.py: Add iscsi step
* dispatch.py: Add iscsi step.
* gui.py: Add iscsi step.
* text.py: Add iscsi step
* instdata.py: Add iscsi object
* iscsi.py: Add main iscsi code
* iw/iscsi_gui.py: Add graphical iSCSI configuration
* ui/iscsi-config.glade: Glade-file for iSCSI config
* textw/iscsi_text.py: Add text mode iSCSI configuration
* scripts/mk-images (SCSIMODS): Add iscsi modules
* scripts/upd-instroot: Add iscsi tools
|
|
|
|
|
|
|
|
|
|
| |
* textw/packages_text.py: Remove obsolete file.
* iw/package_gui.py: Likewise.
* iw/dependencies_gui.py: Likewise.
* gui.py: Remove obsolete steps.
* text.py: Likewise.
* iw/partition_gui.py (AutoPartitionWindow): Remove obsolete code.
* textw/partition_text.py (AutoPartitionWindow): Likewise.
|
|
|
|
|
|
|
| |
* textw/grpselect_text.py: Moved simple_pkgselect_text and added
functionality for package selection within groups
* text.py (stepToClasses): Text mode package selection is back to
something reasonable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kickstart.py (Kickstart.setSteps): Don't show tasksel if
packages are selected.
* iw/task_gui.py: Simple task selection UI so we don't just drop
people into the complicated group selection screen.
* ui/tasksel.glade: Add glade file for task selection UI
* textw/task_text.py: Text version
* dispatch.py (installSteps): Add tasksel step
* installclass.py (BaseInstallClass.setSteps): Likewise.
* gui.py (stepToClass): Likewise.
* text.py (stepToClasses): Likewise.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* yuminstall.py (YumDepSolveProgress.tscheck): Enhance to allow
knowing how many things are going to be added. Put the smarts
about the "nice" update here instead of restartLoop
(YumSorter.tsCheck): Feedback on packages being checked so the
progress bar moves :-)
* gui.py (ProgressWindow.__init__): Allow specifying the
percentage to do updates at so that we can update more often on known
"slow" progress bars
* text.py (ProgressWindow): Matching prototype
|
|
|
|
| |
* text.py (InstallInterface.run): debug on suspend should have priority
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|