Fix fstab editing functionality.
In the old code QByteArray fstabContents was actually empty. Also, writeData function was opening file in append mode, thus nothing was actually written. Split writeData function into two: * one for block devices * another for writing fstab file BUG: 417205
Loading
Please register or sign in to comment