Actually, there is a way; one of the OpenFirmware variables can do this (boot-args). To set, run
sudo nvram boot-args="-v"
if you get sick of verbose mode, you can clear it by running
sudo nvram boot-args=""
Note, not that it's useful, but you can also make the machine always boot into single-user:
sudo nvram boot-args="-s"