From b1ce8b62674a60e1d3ea023f60e96afb5c75900e Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 15 Feb 2000 17:53:03 +0000 Subject: properly wired maxsize stuff --- kickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kickstart.py') 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 -- cgit