summaryrefslogtreecommitdiff
path: root/gpt.cc
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2015-10-18 19:21:11 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2015-10-18 19:21:11 -0400
commit846a9e30cda88f75369d175f2f549cad3ea15db2 (patch)
tree1ebe6ac150c27e01cf6a8ace8ac647483737b5ac /gpt.cc
parent6aec1dcf15f726b3049412418da59b6e2c882263 (diff)
downloadsgdisk-846a9e30cda88f75369d175f2f549cad3ea15db2.tar.gz
Version 1.0.1 release.
Diffstat (limited to 'gpt.cc')
-rw-r--r--gpt.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/gpt.cc b/gpt.cc
index 18247c5..d0a46c6 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -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