Warn about Virtual machine

Clover.app cannot install from Virtual Machines to real devices. I'm still not sure this is even possible so for now warn the user.
This commit is contained in:
vectorsigma72 2020-04-28 16:02:26 +02:00
parent d79d247a61
commit c91b868595

View File

@ -286,7 +286,7 @@ final class Installer: NSObject {
self.log("sleeping 6 seconds..")
sleep(6)
if !fm.isWritableFile(atPath: targetVol) {
exit("Error: target volume \"\(targetVol)\" is not writable.")
exit("Error: target volume \"\(targetVol)\" is not writable (may be running from a Virtual Machine??).")
} else {
self.log("'\(targetVol)' is now read/write.")
}