summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-15 17:53:03 +0000
committerMatt Wilson <msw@redhat.com>2000-02-15 17:53:03 +0000
commitb1ce8b62674a60e1d3ea023f60e96afb5c75900e (patch)
treea58c3755fb21ff2b3d2ce6984d29fe34387e77fa /kickstart.py
parent53d3d8134e237186f7a99d0671f0d7719acca399 (diff)
downloadanaconda-b1ce8b62674a60e1d3ea023f60e96afb5c75900e.tar.gz
anaconda-b1ce8b62674a60e1d3ea023f60e96afb5c75900e.tar.xz
anaconda-b1ce8b62674a60e1d3ea023f60e96afb5c75900e.zip
properly wired maxsize stuff
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 932dc295f..effc937c0 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -343,7 +343,7 @@ class Kickstart(InstallClass):
# details)
size = 0
grow = 0
- maxSize = 0
+ maxSize = -1
device = None
onPart = None