Fix detection of Xen dom0 vs domU can use the right variable in init scripts.

This commit is contained in:
Roy Marples
2008-01-04 12:39:06 +00:00
parent d7961bef66
commit c13471f91f
3 changed files with 4 additions and 4 deletions

View File

@@ -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}}

View File

@@ -39,7 +39,7 @@ depend() {
start() {
case "${RC_SYS}" in
UML|VPS|XEN)
UML|VPS|XENU)
ebegin "Loading key mappings"
eend 0
return 0