Revert "Temporarily allow read-only devices."

This reverts commit fc4a8b8628.
This commit is contained in:
Teo Mrnjavac 2016-03-15 18:07:45 +01:00
parent fc4a8b8628
commit 4f5230fc63

View file

@ -112,7 +112,7 @@ void
PartitionCoreModule::init()
{
CoreBackend* backend = CoreBackendManager::self()->backend();
auto devices = backend->scanDevices( false );
auto devices = backend->scanDevices( true );
// Remove the device which contains / from the list
for ( auto it = devices.begin(); it != devices.end(); )