Is there a 'proper' way to set $PROMPT="no" in rc.sysinit. Some sort of option file, or command line arg? Something other than manually putting it at the top of rc.sysinit?
I'm going for an ultra quite boot using the kernel arguments "console=tts/2 quiet" but I still see (in RC1) the "Press I for..." spewed to the default screen (/dev/vc/1 I think). Reading rc.sysinit, the PROMPT=no appears to be a simple way to disable that (and other stuff I don't want anyway), but I don't see by what mechanism (other than manually coding it in the file) it gets set. -dmc
