From cdde793b4e040e4778b6eb770712ac261630d219 Mon Sep 17 00:00:00 2001 From: Alfred Neumayer Date: Wed, 27 Oct 2021 13:36:03 +0200 Subject: [PATCH] ConfigFS: Don't use CD/DVD emulation Allows .iso files of greater size rather than being limited to DVD sizes. --- src/configfsisomanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configfsisomanager.cpp b/src/configfsisomanager.cpp index 5c2ba42..31e4b87 100644 --- a/src/configfsisomanager.cpp +++ b/src/configfsisomanager.cpp @@ -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();