Fix detection of Xen dom0 vs domU can use the right variable in init scripts.
This commit is contained in:
@@ -39,7 +39,7 @@ depend() {
|
||||
|
||||
start() {
|
||||
case "${RC_SYS}" in
|
||||
UML|VPS|XEN)
|
||||
UML|VPS|XENU)
|
||||
ebegin "Loading key mappings"
|
||||
eend 0
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user