I'm not sure if it is what you're looking for, but you can remove the Chameleon boot prompt message by adding:
<key>Quiet Boot</key>
<string>Yes</string>
to your org.chameleon.Boot.plist file (default setting is 'No')
Additionally, if you just wanted to make it shorter, you can do:
<key>Timeout</key>
<string>5</string>
(where '5' is the number of seconds - I've heard reports that the minimum is 1, and 0 doesn't work)
Hope this helps.
Thanks for this again. I'll have a look, but tomorrow. I agree, going silent would probably not be a good idea. I was just wondering if there was a way to recall it at startup or something. I'll give the themes a shot perhaps, but I need to rest on my success for the rest of the evening.
----------
I'm not sure if it is what you're looking for, but you can remove the Chameleon boot prompt message by adding:
<key>Quiet Boot</key>
<string>Yes</string>
to your org.chameleon.Boot.plist file (default setting is 'No')
Additionally, if you just wanted to make it shorter, you can do:
<key>Timeout</key>
<string>5</string>
(where '5' is the number of seconds - I've heard reports that the minimum is 1, and 0 doesn't work)
Hope this helps.
Thank you, I'll look into this tomorrow. Enough messing around for the day, lol..