summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-31 14:57:11 +0000
committerChris Lumens <clumens@redhat.com>2007-01-31 14:57:11 +0000
commit0eb7fa4915643c911a0517c385058d14c5256f54 (patch)
tree4859d9714ff4478cddaefbfbb840a793bf6c32e7 /autopart.py
parent9ff0ec9bab9184a78c4fb8ba7f3683339c0cfefd (diff)
downloadanaconda-0eb7fa4915643c911a0517c385058d14c5256f54.tar.gz
anaconda-0eb7fa4915643c911a0517c385058d14c5256f54.tar.xz
anaconda-0eb7fa4915643c911a0517c385058d14c5256f54.zip
Don't set up the default partitions if we're on a kickstart install. autopart
will handle that for us.
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/autopart.py b/autopart.py
index e86fe4744..0ca00f103 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1195,6 +1195,8 @@ def doClearPartAction(anaconda, partitions, diskset):
continue
def doAutoPartition(anaconda):
+ import pdb
+ pdb.set_trace()
instClass = anaconda.id.instClass
diskset = anaconda.id.diskset
partitions = anaconda.id.partitions