without devfs (on amd64 in this case) /etc/init.d/consolefont does not work due to a typo. The superfluous "-" is deleted by the following micro-patch: --- snipp --- --- consolefont.org 2004-04-14 04:34:14.000000000 +0200 +++ consolefont 2004-04-16 00:36:38.000000000 +0200 @@ -50,7 +50,7 @@ retval=$? else /bin/setfont ${CONSOLEFONT} ${param} \ - -${sf_param}/dev/tty${x} >/dev/null + ${sf_param}/dev/tty${x} >/dev/null retval=$? fi done --- snapp --- Reproducible: Always Steps to Reproduce: boot without devfs-kernel and see help-messages from setfont printed to boot- console
it's fixed already in 1.8.11 -> resolved.