mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Revert "Temporarily allow read-only devices."
This reverts commit fc4a8b8628
.
This commit is contained in:
parent
fc4a8b8628
commit
4f5230fc63
1 changed files with 1 additions and 1 deletions
|
@ -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(); )
|
||||
|
|
Loading…
Add table
Reference in a new issue