X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FInstallPartitionDisks.py;h=65d87ddd1029654dbc216198dd03bb655fa5a227;hp=e713bedd6cef45c05ff63dbc8460f8ae9a5456f9;hb=7cc4455be5835750d2498b64fc9de5d8ef849b03;hpb=d81f0d0e8886dc6df81bb1772bb2b7c360665f65 diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index e713bed..65d87dd 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -182,7 +182,7 @@ def Run( vars, log ): utils.sysexec( "mkfs.ext2 -q %s -m %d -j %s" % (option,rbp,devname), log ) # disable time/count based filesystems checks utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" % devname, log) - elif (not one_partition): + elif (not one_partition): log.write("formatting %s btrfs partition (%s).\n" % (fs,devname)) # early BootCD's seem to come with a version of mkfs.btrfs that does not support -f # let's check for that before invoking it