Исправлено монтирование btrfs-comp

develop 3.6.2
parent e76ea7985f
commit 74f24e86be

@ -1130,8 +1130,10 @@ class PartitionDistributive(Distributive):
realMountPoint = None
if fileSystem != "swap":
realMountPoint = pathJoin(mdirectory, mountPoint)
self._mountPartition(dev, realMountPoint,
"-t %s" % fileSystem)
mapFS = {'btrfs-comp': 'btrfs'}
self._mountPartition(
dev, realMountPoint,
"-t %s" % mapFS.get(fileSystem,fileSystem))
partObj = PartitionDistributive(dev, flagRemoveDir=False,
fileSystem=fileSystem,
isFormat=isFormat,

Loading…
Cancel
Save