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
/
autopart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix partitions growing (backport of rhbz #442628)
Radek Vykydal
2008-09-09
1
-1
/
+1
*
Use print() as a function.
Peter Jones
2008-09-08
1
-44
/
+44
*
Move all the exceptions into a single file.
Chris Lumens
2008-06-09
1
-1
/
+1
*
Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda
Peter Jones
2008-06-05
1
-5
/
+6
|
\
|
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-7
/
+8
*
|
Don't reference PartitioningError.value .
Peter Jones
2008-06-05
1
-3
/
+3
*
|
More partitioning error handling fixes (#446453).
Chris Lumens
2008-05-15
1
-2
/
+2
|
/
*
Don't tag more than one request with mountpoint=/boot/efi
Peter Jones
2008-04-10
1
-11
/
+14
*
Use only real parted fstype names when checking parted results.
Peter Jones
2008-04-08
1
-2
/
+7
*
Fix up ppc boot check (#438005)
Jeremy Katz
2008-03-18
1
-5
/
+4
*
Create and check /boot/efi correctly, and use preexisting one if available.
Peter Jones
2008-03-14
1
-20
/
+33
*
Revert "Handle /boot and /boot/efi separately, plus fixes"
Peter Jones
2008-03-14
1
-31
/
+18
*
Handle /boot and /boot/efi separately, plus fixes
Peter Jones
2008-03-14
1
-18
/
+31
*
Get rid of unused >1024 cylindar check, fix text of boot check exceptions.
Peter Jones
2008-03-14
1
-12
/
+4
*
Make bootRequestCheck() check /each/ boot partition like it's supposed to,
Peter Jones
2008-03-14
1
-26
/
+21
*
Use iutil.isEfi() instead of testing for ia64-ness.
Peter Jones
2008-03-04
1
-13
/
+8
*
Fix calculation of sizes of LVs when resizing (#433024)
Jeremy Katz
2008-02-24
1
-1
/
+1
*
Fix encrypted autopart traceback.
David Lehman
2008-01-08
1
-0
/
+1
*
Fix error reporting messages (sfernand, #242252).
Chris Lumens
2007-12-18
1
-3
/
+3
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-7
/
+14
*
Add support for encryption via autopart.
Jeremy Katz
2007-12-14
1
-0
/
+11
*
With moving partitioning, we should do a confirmation before we write things
Jeremy Katz
2007-11-29
1
-48
/
+0
*
Add infrastructure for partition resizing
Jeremy Katz
2007-11-29
1
-2
/
+24
*
fix alpha check
Jeremy Katz
2007-11-29
1
-1
/
+1
*
Reserve space at the beginning of the disk on alpha
Oliver Falk
2007-11-28
1
-0
/
+5
*
no more partitioning.py
Jeremy Katz
2007-11-06
1
-1
/
+3
*
- Fix getMinimumSector() to actually use cylinder 1 on sun disklabels.
Peter Jones
2007-10-26
1
-5
/
+6
*
2007-10-03 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-10-03
1
-4
/
+4
*
Remove disabled badblocks checking code.
Chris Lumens
2007-08-03
1
-5
/
+1
*
Don't take into consideration drives that have been removed from the diskset
Chris Lumens
2007-08-02
1
-2
/
+4
*
2007-07-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-02
1
-7
/
+7
*
Removing items from a list you're iterating over confuses python (#235279).
Chris Lumens
2007-04-04
1
-2
/
+12
*
* autopart.py (doPartitioning): String fixes (#208394).
David Cantrell
2007-03-15
1
-1
/
+1
*
* partedUtils.py (openDevices): don't relabel disks that contain
dlehman
2007-02-22
1
-0
/
+4
*
* autopart.py (doAutoPartition): Add space before %s in error dialog
David Cantrell
2007-02-13
1
-1
/
+1
*
Didn't mean to commit that.
Chris Lumens
2007-01-31
1
-2
/
+0
*
Don't set up the default partitions if we're on a kickstart install. autopart
Chris Lumens
2007-01-31
1
-0
/
+2
*
- use a per-arch minimum starting sector for partitions
Peter Jones
2007-01-09
1
-2
/
+8
*
Fix traceback when all space is in use (ddearauj AT us.ibm.com, #213616).
Chris Lumens
2006-11-06
1
-7
/
+9
*
Avoid a traceback when we see PReP partitions on disks that aren't being used
Chris Lumens
2006-11-06
1
-1
/
+5
*
Don't try to clear drives that are in the skippedList either.
Chris Lumens
2006-11-01
1
-2
/
+4
*
Reset protected partitions list when there are problems partitioning (#204405).
Chris Lumens
2006-10-03
1
-0
/
+1
*
Some minor partitioning cleanups suggested by pychecker.
Chris Lumens
2006-06-22
1
-9
/
+5
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-1
/
+1
*
2006-06-10 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-10
1
-1
/
+2
*
Get rid of a nonsensical error message that tells you to go back to a screen
Chris Lumens
2006-06-09
1
-4
/
+2
*
Simplify error handling and return values. A lot of these functions don't
Chris Lumens
2006-06-09
1
-46
/
+21
*
More along the same exception raising/handling lines.
Chris Lumens
2006-06-08
1
-12
/
+12
*
Display a better error message if there's not enough space for the requested
Chris Lumens
2006-06-08
1
-13
/
+16
[next]