gOptionsRef = IORegistryEntryFromPath(masterPort, "IODeviceTree:/options");
if (gOptionsRef == 0) {
- FatalError(-1, "Error (%d) getting a reference to /options", -1);
+ FatalError(-1, "nvram is not supported on this system.", -1);
exit(-1);
}
return valueRef;
}
+