Running this extension attribute I am finding that it reports as "Not Present" on systems with multiple drives, and possibly OSX Lion server. Is anyone seeing the same thing?
Solved
Lion Recovery Partition Ext. Attribute - Misreporting?
Best answer by jhbush
I've seen this as well. I edited my extension attribute like so:
#!/bin/sh
recoveryHDPresent=/usr/sbin/diskutil list | grep "Recovery HD"
if [ "$recoveryHDPresent" != "" ]; then
echo "<result>Present</result>"
else
echo "<result>Not Present</result>"
fi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
