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/keymaps | |
parent | d7961bef66619849e14fe8be38f1880d0473a2a7 (diff) |
Fix detection of Xen dom0 vs domU can use the right variable in init scripts.
Diffstat (limited to 'init.d.Linux/keymaps')
-rwxr-xr-x | init.d.Linux/keymaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps index 4af63838..28cb9c6d 100755 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps @@ -39,7 +39,7 @@ depend() { start() { case "${RC_SYS}" in - UML|VPS|XEN) + UML|VPS|XENU) ebegin "Loading key mappings" eend 0 return 0 |