[partition] Mark this use of "mount" as debugging-only

- This call doesn't need to be replaced by the mount helpers
   in the partition service, since it's just debug output telling
   what *is* mounted.
main
Adriaan de Groot 6 years ago
parent c14239ca30
commit 5a18a6cba9

@ -100,7 +100,7 @@ CreatePartitionTableJob::exec()
cDebug() << "lsblk:\n" << lsblk.readAllStandardOutput();
QProcess mount;
mount.setProgram( "mount" );
mount.setProgram( "mount" ); // Debug output only, not mounting something
mount.setProcessChannelMode( QProcess::MergedChannels );
mount.start();
mount.waitForFinished();

Loading…
Cancel
Save