X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallPartitionDisks.py;h=fabb939f2345938286c0353a033c93e214dfad34;hb=d1a0576bd8422e66051ebb0fc2f41b2d7438039a;hp=48884e4e3285b46fa63a340a8cd0e5932bea1b59;hpb=024a094d4d296bd2b80ab85d253a995055f88c0d;p=bootmanager.git diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 48884e4..fabb939 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) - else: + 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