[partition] Log the flags that are used to create a partition
This commit is contained in:
parent
0e7f97fe49
commit
a33b0c4f24
@ -132,6 +132,10 @@ SetPartFlagsJob::prettyStatusMessage() const
|
|||||||
Calamares::JobResult
|
Calamares::JobResult
|
||||||
SetPartFlagsJob::exec()
|
SetPartFlagsJob::exec()
|
||||||
{
|
{
|
||||||
|
cDebug() << "Setting flags on" << m_device->deviceNode()
|
||||||
|
<< "partition" << partition()->deviceNode()
|
||||||
|
<< "to" << m_flags;
|
||||||
|
|
||||||
Report report ( nullptr );
|
Report report ( nullptr );
|
||||||
SetPartFlagsOperation op( *m_device, *partition(), m_flags );
|
SetPartFlagsOperation op( *m_device, *partition(), m_flags );
|
||||||
op.setStatus( Operation::StatusRunning );
|
op.setStatus( Operation::StatusRunning );
|
||||||
|
Loading…
Reference in New Issue
Block a user