summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index c36e9e9bf..778a6eca8 100644
--- a/installclass.py
+++ b/installclass.py
@@ -190,7 +190,7 @@ class BaseInstallClass(object):
def setDefaultPartitioning(self, partitions, clear = CLEARPART_TYPE_LINUX,
doClear = 1, useLVM = True):
- autorequests = [ ("/", None, 1024, None, 1, 1, 1) ]
+ autorequests = [ ("/", "ext4", 1024, None, 1, 1, 1) ]
bootreq = getAutopartitionBoot(partitions)
if bootreq: