Skip to content

Commit

Permalink
ConfigFS: Don't use CD/DVD emulation
Browse files Browse the repository at this point in the history
Allows .iso files of greater size rather than being limited to DVD sizes.
  • Loading branch information
fredldotme committed Oct 27, 2021
1 parent 8316ce0 commit cdde793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configfsisomanager.cpp
Expand Up @@ -110,7 +110,7 @@ void ConfigFSIsoManager::enableISO(const QString& fileName, const bool enableSha
}

this->m_commandRunner->writeFile(lunFile, selectedIso);
this->m_commandRunner->writeFile(lunCdRom, "1");
this->m_commandRunner->writeFile(lunCdRom, "0");
this->m_commandRunner->writeFile(lunRo, "1");

setUDC();
Expand Down

0 comments on commit cdde793

Please sign in to comment.