index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
image.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change DeviceTree.devices from a dict to a list.
David Lehman
2009-07-21
1
-1
/
+1
*
Use the correct unmount method (#496764).
Chris Lumens
2009-04-22
1
-1
/
+1
*
Use the mount and unmount methods on OpticalDevice.format now.
Chris Lumens
2009-03-24
1
-6
/
+5
*
getDeviceByName does not expect the CD device to start with "/dev/" (#491768).
Chris Lumens
2009-03-24
1
-1
/
+1
*
Use booleans in isys.mount() and isys.umount()
David Cantrell
2009-03-18
1
-6
/
+6
*
Remove all uses of isys.cdromList, which no longer exists.
Chris Lumens
2009-03-05
1
-7
/
+7
*
The sets module is deprecated, so no longer use it.
Chris Lumens
2009-01-15
1
-3
/
+3
*
Fix up syntax error
Jeremy Katz
2008-12-01
1
-1
/
+1
*
Make the required media dialog less wordy (#469557).
Chris Lumens
2008-11-24
1
-16
/
+11
*
Allow retrying if the ISO images aren't found (for the USB case).
Chris Lumens
2008-08-20
1
-16
/
+22
*
Rest of stage2.img changes.
David Cantrell
2008-08-13
1
-3
/
+3
*
Don't try to use self.tree as the mode to open .discinfo.
Chris Lumens
2008-07-31
1
-1
/
+1
*
We no longer add the fstype to the hd: method in loader.
Chris Lumens
2008-07-18
1
-3
/
+7
*
Reorganize to make it easier to reset the "base" repository.
Chris Lumens
2008-07-09
1
-0
/
+21
*
Support mounting nfsiso sources in mountDirectory.
Chris Lumens
2008-06-18
1
-13
/
+9
*
verifyMedia can check without needing an older timestamp.
Chris Lumens
2008-06-18
1
-3
/
+8
*
Need to import iutil before we use it.
Chris Lumens
2008-06-05
1
-1
/
+1
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-8
/
+3
*
Look in the right place when ISO images are in a subdirectory (#443580).
Chris Lumens
2008-05-06
1
-3
/
+3
*
Handle the DVD having a disknumber of ALL. (443291)
Jesse Keating
2008-04-25
1
-0
/
+2
*
Handle /dev being on hard drive devices in the second stage
Jeremy Katz
2008-03-20
1
-1
/
+4
*
Fix the format of the method=hd: parameter.
Chris Lumens
2008-03-13
1
-2
/
+2
*
Fix a bunch of pychecker errors.
Chris Lumens
2008-01-12
1
-1
/
+1
*
Import sets if we're going to use it.
David L. Cantrell Jr
2008-01-03
1
-1
/
+1
*
Fix traceback when displaying required media.
Chris Lumens
2008-01-02
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Remove an unused function.
Chris Lumens
2007-12-14
1
-6
/
+0
*
methodstr cleanups.
Chris Lumens
2007-12-05
1
-14
/
+16
*
Make split media image installs work.
Chris Lumens
2007-12-05
1
-418
/
+207
*
Remove the ejectCD method as it's redundant.
Chris Lumens
2007-11-20
1
-3
/
+0
*
Remove unused functions from InstallMethods.
Chris Lumens
2007-11-20
1
-22
/
+0
*
2007-09-24 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-24
1
-0
/
+5
*
One "disc" media is just a special case of multiple discs.
Chris Lumens
2007-08-13
1
-2
/
+0
*
2007-08-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-13
1
-23
/
+0
*
2007-08-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-08-13
1
-3
/
+0
*
- fix syntax error
Peter Jones
2007-08-07
1
-3
/
+3
*
Add a more specific error message if there's an I/O error as opposed to being
Chris Lumens
2007-08-06
1
-6
/
+13
*
Remove unused method.
Chris Lumens
2007-07-27
1
-3
/
+0
*
Don't need to import FileCopyException. It's not used.
Chris Lumens
2007-07-26
1
-2
/
+2
*
2007-07-25 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-25
1
-15
/
+8
*
2007-07-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-02
1
-9
/
+9
*
Use "disc" instead of "CD" in dialogs (#242830).
Chris Lumens
2007-06-06
1
-8
/
+7
*
* image.py (CdromInstallMethod.__init__): don't nuke the timestamp
dlehman
2007-06-04
1
-3
/
+7
*
2007-04-12 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-04-12
1
-0
/
+4
*
2007-01-18 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-01-18
1
-2
/
+2
*
2006-12-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-12-13
1
-1
/
+1
*
2006-09-28 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-28
1
-0
/
+2
*
Look for repodata where the CDs are mounted, not where they are stored.
Chris Lumens
2006-09-08
1
-0
/
+3
*
Call the superclass's __init__ method before we needs the variables it sets up.
Chris Lumens
2006-09-07
1
-3
/
+1
*
2006-08-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-08-16
1
-4
/
+4
[next]