LVM support #6

Closed
andrius wants to merge 109 commits from (deleted):lvm-support-rebase into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 8eac41a7cb - Show all commits

View File

@ -163,6 +163,8 @@ Partition* LvmDevice::scanPartition(const QString& lvpath, PartitionTable* pTabl
if (fs->supportGetLabel() != FileSystem::cmdSupportNone) {
fs->setLabel(fs->readLabel(lvpath));
}
if (fs->supportGetUUID() != FileSystem::cmdSupportNone)
fs->setUUID(fs->readUUID(lvpath));
Partition* part = new Partition(pTable,
*this,