Fixed incorrect params to mkfs.xfs for ubuntu

Thanks to Roman Sokolkov for regression report.
Related-Bug: #1316266

Change-Id: Id67ab7f1d47d62c3e3d82a4bca4fa538132d25db
This commit is contained in:
Vladimir Kozhukalov 2014-05-15 17:37:11 +04:00 committed by Vladimir Kuklin
parent 94a06e8d64
commit 270bf259e3
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ class PreseedPManager(object):
def _fsoptions(self, fstype):
if fstype == "xfs":
return "-f -s 512"
return "-f -s size=512"
return ""
def _umount_target(self):