hi. I have a Beige 266 MT running 10.2.8.
Is there some Darwin app or script that sets the Open Firmware "boot-command" setting during startup? and if so, can I choose my own setting instead?
I'm pretty sure my machine needs "boot-command" to be set to "boot", but it looks like something during startup keeps changing it to "0 bootr". this makes reboots into an annoying 3-step process. ("bootr, unknown word", then restart again, then type "boot")
from watching the startup process with Cmd-V, it looks like "boot-command" is set by or right after SecurityServer. the only file I found that mentions "boot-command" is /System/Library/StartupItems/SystemTuning/SystemTuning, but I'm not clear this is the culprit. I do know one thing: I don't know enough to go messing with it.
I'd like to either modify whatever script is causing this, or just add a "nvram boot-command boot" to a script during startup or shutdown. but I'm not familiar enough with Darwin's startup process to know where to put this. I'm used to more "traditional" BSD systems where everything's in /etc.
could someone please guide me to the right place?
thanks very much.