--- installclass.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installclass.py b/installclass.py index c36e9e9..778a6ec 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: -- 1.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list