Instead of mirroring correct output, state that we're not running because of RC_SYS.

This commit is contained in:
Roy Marples
2008-01-04 12:50:04 +00:00
parent 455a9105a8
commit 3be23bc02d
3 changed files with 31 additions and 25 deletions

View File

@@ -36,7 +36,10 @@ start() {
rm -rf "${RC_LIBDIR}"/console
case "${RC_SYS}" in
UML|VPS|XENU) return 0;;
UML|VPS|XENU)
ewarn "Not loading consolefont for ${RC_SYS} systems"
return 0
;;
esac
ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}