Version 1.0.1 release.

This commit is contained in:
Roderick W. Smith
2015-10-18 19:21:11 -04:00
parent 6aec1dcf15
commit 846a9e30cd
8 changed files with 30 additions and 19 deletions

7
gpt.cc
View File

@@ -748,7 +748,12 @@ int GPTData::LoadPartitions(const string & deviceFilename) {
<< "'sysctl kern.geom.debugflags=16' at a shell prompt, and re-running this\n"
<< "program.\n";
#endif
cout << "\n";
#if defined (__APPLE__)
cout << "You may need to deactivate System Integrity Protection to use this program. See\n"
<< "https://www.quora.com/How-do-I-turn-off-the-rootless-in-OS-X-El-Capitan-10-11\n"
<< "for more information.\n";
#endif
cout << "\n";
} // if
myDisk.Close(); // Close and re-open read-only in case of bugs
} else allOK = 0; // if