diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 12:39:06 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 12:39:06 +0000 |
commit | c13471f91fbc02af5ebaf98404a4250ac091ff86 (patch) | |
tree | ab5646e5a6149c6b1df5d37985eb7170752829fd /init.d.Linux/consolefont | |
parent | d7961bef66619849e14fe8be38f1880d0473a2a7 (diff) |
Fix detection of Xen dom0 vs domU can use the right variable in init scripts.
Diffstat (limited to 'init.d.Linux/consolefont')
-rwxr-xr-x | init.d.Linux/consolefont | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |