mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[partition] Log the flags that are used to create a partition
This commit is contained in:
parent
0e7f97fe49
commit
a33b0c4f24
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue