mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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
|
||||
SetPartFlagsJob::exec()
|
||||
{
|
||||
cDebug() << "Setting flags on" << m_device->deviceNode()
|
||||
<< "partition" << partition()->deviceNode()
|
||||
<< "to" << m_flags;
|
||||
|
||||
Report report ( nullptr );
|
||||
SetPartFlagsOperation op( *m_device, *partition(), m_flags );
|
||||
op.setStatus( Operation::StatusRunning );
|
||||
|
|
Loading…
Add table
Reference in a new issue