| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
anaconda
fsset.py
iutil.py
iw/partition_gui.py
partedUtils.py
|
| |
| |
| |
| | |
Signed-off-by: David Cantrell <dcantrell@redhat.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Change minsize/maxsize to minSize/maxSize since that's the
convention elsewhere throughout the code.
- Redirect output from all external utilities to tty5, not
/dev/null.
- Don't waste calls to basename for debug log statements,
especially when the device can be None.
- Add lots of missing imports.
- Fix lots of remnants of previous code usage.
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Moves setuptime step into earliear stage to create files
with correct timestamp (prevent future time skew after boot).
Includes /usr/share/zoneinfo tree in stage 2, it is needed
when hw clock is in localtime (for hwclock --hctosys call).
|
|
|
|
|
|
|
|
|
|
| |
Set up which packages are actually selected after you've done your repo
configuration so that we don't have packages set to be installed from repos
which no longer exist.
To do this, we switch to using whether or not the group is default rather
than selecting/deselecting groups in task selection. Then, move the base
package selecting to be later
|
|
|
|
|
|
|
|
| |
This fixes a bug where yum wants all the repos set up before it does sack
setup that only appears with the blacklist/whiteout plugins enabled. It
also brings us more in line with how yum really works - where the two are
completely separate steps. backend.doRepoSetup has also been renamed to
backend.doBackendSetup to sound a little less yum-specific.
|
|
|
|
| |
Don't need this step anymore.
|
| |
|
|
|
|
| |
* po/sk.po: Typo fix.
|
| |
|
|
|
|
|
| |
By migrating before we enable filesystems, we can actually mount
as the migration target. This helps a lot for ext4
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Remove method references from the Anaconda object, along with various support
functions that import methods and return instances of methods. This also
removes method instances from the backend.
|
|
|
|
|
|
|
|
|
| |
With resizing, we're going to want sooner feedback so move the applying
of partitioning changes to immediately after the partitioning step. This
lets us also remove the early swap-on logic.
Still need to put up some scarier warnings about what's going to happen for
people
|
|
|
|
|
|
|
|
|
|
| |
partitioningComplete() from partitioning.py to this file.
* partitioning.py: Removed.
* dispatch.py: import partitioning -> import partitions
* fsset.py: Likewise.
* raid.py: Likewise.
* iw/autopart_type.py: Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug #217132
2007-10-26 Martin Sivak <msivak@redhat.com>
* backend.py (doRepoSetup): Update the platform file if necessary
* dispatch.py: Add new step for detecting platform upgrade
* flags.py (Flags): Add flag for controlling the rpm platform update
* iutil.py (writeRpmPlatform): Now controlled by the updateRpmPlatform
flag
* upgrade.py: Add isUpgradingArch, queryUpgradeArch and add the
upgradearchitecture step (#217132)
|
| |
|
|
|
|
| |
on livecd.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
protected partitions (#220331)
* autopart.py (doClearPartAction): clear all non-protected partitions
from disks that contain a protected partition IFF initAll is set
* partedUtils.py (hasProtectedPartitions): new method to check if a
drive contains protected partitions
* packages.py (writeRegKey): method to write out regkey
* dispatch.py: add writeregkey step
* installclass.py (BaseInstallClass): add regkey fields and step
* instdata.py: include regkey settings in anaconda-ks.cfg
* packages.py (regKeyScreen): allow access to regkey screen while
moving backwards (#219361)
* installclasses/rhel.py: add support for real regkeys (via instnum)
|
| |
|
|
|
|
| |
installs before kickstart %post scripts are run (#214677).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* partitioning.py (partitionObjectsInitialize): Shutdown/startup
zfcp devs here
* yuminstall.py (YumBackend.doPreInstall): Remove spurious
zfcp.conf copy
* zfcp.py: Massive reworking to work better with new UI
* ui/zfcp-config.glade: ZFCP config dialog
* iw/autopart_type.py: Use zfcp config dialog (#204145)
* installclass.py (BaseInstallClass.setSteps): Remove explicit
zfcp step
* dispatch.py (installSteps): Likewise.
|
|
|
|
| |
the current one (#197766).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* dispatch.py (installSteps): That wasn't supposed to be committed...
|
|
|
|
| |
* anaconda.spec: Bump version.
|
| |
|
| |
|
|
|
|
| |
the step functions directly instead of using apply.
|
| |
|
| |
|
|
|
|
| |
lots of other objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* packages.py: Remove some obsolete code, convert a little bit of
copyExtraModules (... which needs to be hooked back up)
* gui.py: No longer import rpm
* yuminstall.py: Add specspo bits here instead
* exception.py (dumpException): Remove grpset code.
* instdata.py (InstallData.reset): Likewise.
2006-03-13 Matt Wilson <msw@rpath.com>
* dispatch.py: Remove obsolete code.
* floppy.py: Likewise.
* language.py: Likewise.
* upgrade.py: Likewise.
|
|
|
|
|
|
| |
* backend.py (doPostSelection): Pass direction
* dispatch.py (installSteps): Likewise.
* yuminstall.py (doPostSelection): Likewise.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* backend.py (writeConfiguration): Include writing out instdata so
that things like root password, etc all work again (#180310)
* dispatch.py (installSteps): Pass id and instPath to writeconfig again
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* iw/task_gui.py: Adjust for dynamic set of tasks
* ui/tasksel.glade: Don't list tasks in the glade file, they're
now auto-generated.
* textw/task_text.py (TaskWindow.__call__): Likewise.
* dispatch.py (installSteps): Pass new arg to tasksel step
* installclasses/fedora.py (tasks): Define set of tasks to show on
task selection screen here.
* installclass.py (tasks): Parent placeholder.
|
| |
|
| |
|
| |
|