mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-15 00:51:35 +01:00
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:
parent
d79d247a61
commit
c91b868595
@ -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.")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user