From c13471f91fbc02af5ebaf98404a4250ac091ff86 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 12:39:06 +0000 Subject: Fix detection of Xen dom0 vs domU can use the right variable in init scripts. --- init.d.Linux/consolefont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux/consolefont') diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont index 824a848e..d2930a15 100755 --- a/init.d.Linux/consolefont +++ b/init.d.Linux/consolefont @@ -36,7 +36,7 @@ start() { rm -rf "${RC_LIBDIR}"/console case "${RC_SYS}" in - UML|VPS|XEN) return 0;; + UML|VPS|XENU) return 0;; esac ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} -- cgit v1.2.3