mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 05:15:44 -05:00
[partition] Needs to settle the disks after all the changes
This commit is contained in:
parent
5a18a6cba9
commit
5597215d58
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue