X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallPartitionDisks.py;h=f5382d1cedb3def23cdc3590c1ac2f82cfb8f085;hb=46b7e125c111fd15cbd6942023095e6e3f861002;hp=f0d3d97ab461eddfaf6f0bcfac16957f4a02d82b;hpb=135271d073a8e7ddfe044ba62c35bb4f7a4676b0;p=bootmanager.git diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index f0d3d97..f5382d1 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -181,7 +181,7 @@ def Run( vars, log ): utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" % devname, log) else: log.write("formatting %s btrfs partition (%s).\n" % (fs,devname)) - utils.sysexec( "mkfs.btrfs %s" % (devname), log ) + utils.sysexec( "mkfs.btrfs -f %s" % (devname), log ) # as of 2013/02 it looks like there's not yet an option to set fsck frequency with btrfs # save the list of block devices in the log