Update external/gptfdisk to 1.0.1
Updates gpftdisk to the latest version 0.8.10 (ish) -> 1.0.1 The downstream patches should be uneffected. Change-Id: I527678c0b24194f3947e360f0f38c45cfa3b0d1c
This commit is contained in:
7
gpt.cc
7
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
|
||||
|
||||
Reference in New Issue
Block a user