summaryrefslogtreecommitdiffstats
path: root/livecd.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-04-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-051-3/+3
| | | | | | * livecd.py (LiveCDCopyBackend.doInstall): Make the progress advance. (LiveCDImageMethod.postAction): Disable this for now as it doesn't quite seem to work
* 2007-04-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-051-1/+1
| | | | * livecd.py (LiveCDCopyBackend.doInstall): Make the progress advance.
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-0/+4
| | | | | | | | | * livecd.py (LiveCDImageMethod.postAction): Unmount filesystems in the live case before continuing on. * installclass.py (BaseInstallClass.postAction): Call the method postAction * installmethod.py (InstallMethod.postAction): Add a method to be called in post action for unmounting things in the live case
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-31/+27
| | | | | | | | | | | * liveinst/liveinst.xinit: Work with changes for running from RAM/usb stick * liveinst/liveinst.sh: Adjust to use the block device instead of the mount point as the interesting part of the live image. * livecd.py: Changes so that we can work with the live image running from RAM or from a USB stick
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-0/+1
| | | | * livecd.py: Add missing import
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-0/+25
| | | | | | * livecd.py (LiveCDCopyBackend.doRepoSetup): Check that we have sufficient disk space for the os.img. (#230943) * backend.py (doRepoSetup): If repo setup fails, go back.
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-8/+26
| | | | | | | | | | * 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.
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-1/+2
| | | | | | | | | | * yuminstall.py: Use new progress API * livecd.py: Likewise. * iw/progress_gui.py: New progress screen interface that's more suited to different backends * textw/progress_text.py: Likewise. * cmdline.py (progressDisplay): Likewise.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
| | | | | | * xsetup.py (XSetup.writeKS): Don't redefine str * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
| | | | * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-0/+16
| | | | | | | * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Remove mountpoint dirs (LiveCDCopyBackend._doFilesystemMangling): Hack to reset file contexts on copied directory trees. Our copy should do the preserving.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-0/+269
* syslogd.py (InstSyslog.start): Ensure that we have a syslogd or don't try to start. Otherwise, we end up hanging things * yuminstall.py (YumBackend.__init__): yum installs can do package selection * livecd.py: Add live CD image copy backend and install method. * installclasses/fedora.py: Handle installclass API changes; allow livecd method * installclass.py (BaseInstallClass.setSteps): Take anaconda instead of dispatch as an argument; use so that the backend upgrade allowing + package selection can work (BaseInstallClass.setDefaultPartitioning): Make it easier to default to no-LVM * kickstart.py (Kickstart.setSteps): Tweak for calling change * upgradeclass.py (InstallClass.setSteps): Likewise. * installclasses/rhel.py (InstallClass.setSteps): Likewise. * anaconda: Pass anaconda to instClass.setSteps; don't depend on the existence of /mnt/runtime/... with x_already_set * backend.py (AnacondaBackend.__init__): Let the backend define whether or not upgrades are supported (AnacondaBackend.doPreInstall): postInstall kills the log, start it in the pre (AnacondaBackend.initLog): Ensure the dir we want to use exists (writeConfiguration): Write instdata before backend bits