summaryrefslogtreecommitdiffstats
path: root/livecd.py
Commit message (Expand)AuthorAgeFilesLines
* Move storage into the Anaconda class.Chris Lumens2010-02-041-12/+12
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-2/+2
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-2/+1
* Remove test mode.Chris Lumens2009-12-031-3/+0
* Don't make chown or lsetfilecon errors fatal (#529940).Chris Lumens2009-11-181-8/+19
* Use rpm to determine how to set bootloader args and default runlevel (#527520).Chris Lumens2009-10-201-5/+3
* Add escrow supportMiloslav Trmač2009-09-141-0/+2
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-13/+11
* Add some debugging code so we know what's going on for #504986Jeremy Katz2009-08-261-0/+1
* Be sure we have a sorted list of mountpoints for live mangling (#504986)Jeremy Katz2009-08-141-1/+2
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-131-2/+2
* Ensure we set the SELinux context correctly on symlinks (#505054)Jeremy Katz2009-06-261-0/+2
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-1/+1
* Verify filesystems after the live resizeJeremy Katz2009-05-061-0/+11
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-3/+3
* Don't allow the rootfs on live installs to not match (#493206, #492727)Jeremy Katz2009-04-021-0/+1
* Let mountFilesystems handling bind mounting /dev (#490772).Chris Lumens2009-03-231-4/+2
* Need to notify the kernel of changes before udev settleJeremy Katz2009-03-201-1/+2
* After setting up our random UUID, inform the storage layerJeremy Katz2009-03-191-0/+8
* Fix live installs to not tracebackJeremy Katz2009-03-191-1/+1
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-181-2/+2
* Modify livecd.py to work with new storage backend.David Lehman2009-03-111-22/+19
* Updates to make existing code use the new storage module.David Lehman2009-02-231-22/+17
* Add a basic method for checking the minimal size needed for a backendJeremy Katz2008-11-031-0/+5
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-3/+1
* Set up rhgb for plymouth on live. And conditionalize rhgb + runlevel 5Jeremy Katz2008-07-071-2/+4
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-4/+24
* Don't use megabytes for the livecd size for copying.Bill Nottingham2008-04-151-5/+8
* Pass the full device pathBill Nottingham2008-04-111-1/+1
* Handle kernel variants a little better at install time tooJeremy Katz2008-03-261-20/+1
* Make sure that devices are set up before using them. (#437858)David Lehman2008-03-201-2/+2
* Fix a typo.Chris Lumens2008-03-171-1/+1
* Ensure the UUID for the rootfs is random and not the same for every live imageJeremy Katz2008-03-161-1/+6
* Check the fstype of the live imageJeremy Katz2008-02-071-1/+9
* Write out /etc/rpm/platform so upgrade from livecd installs work.Chris Lumens2008-01-241-0/+3
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Fix up the livecd to no longer use an InstallMethod.Chris Lumens2007-12-051-39/+33
* Begin removing references to anaconda.method and anaconda.methodstr.Chris Lumens2007-12-051-2/+2
* Move protected partitions into the Partitions object.Chris Lumens2007-11-281-7/+0
* Remove unused functions from InstallMethods.Chris Lumens2007-11-201-4/+0
* Log errors when we can't chown files and continue (#376741).Chris Lumens2007-11-131-1/+5
* 2007-10-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-101-0/+5
* (string isn't in the pot file, so not a problem)Jeremy Katz2007-09-261-1/+1
* 2007-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-201-2/+2
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-3/+3
* 2007-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-191-1/+1
* (LiveCDCopyBackend._doFilesystemMangling): Resize filesystemJeremy Katz2007-09-171-1/+3
* 2007-09-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-171-18/+13