LVM support #6

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

View File

@ -68,9 +68,10 @@ void DeviceScanner::scan()
for (const auto &d : deviceList)
operationStack().addDevice(d);
operationStack().sortDevices();
for (const auto &d : lvmList)
operationStack().addDevice(d);
operationStack().sortDevices();
}