[partition] Needs to settle the disks after all the changes
This commit is contained in:
parent
5a18a6cba9
commit
5597215d58
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include "core/PartitionInfo.h"
|
#include "core/PartitionInfo.h"
|
||||||
|
|
||||||
|
#include "partition/Sync.h"
|
||||||
#include "partition/PartitionIterator.h"
|
#include "partition/PartitionIterator.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
@ -62,6 +63,7 @@ ClearMountsJob::prettyStatusMessage() const
|
|||||||
Calamares::JobResult
|
Calamares::JobResult
|
||||||
ClearMountsJob::exec()
|
ClearMountsJob::exec()
|
||||||
{
|
{
|
||||||
|
CalamaresUtils::Partition::Syncer s;
|
||||||
QStringList goodNews;
|
QStringList goodNews;
|
||||||
|
|
||||||
QString deviceName = m_device->deviceNode().split( '/' ).last();
|
QString deviceName = m_device->deviceNode().split( '/' ).last();
|
||||||
|
Loading…
Reference in New Issue
Block a user