SHA256
1
0
forked from pool/xen

- bnc#782835 - Xen HVM Guest fails (errors) to launch on Opensuse

12.2 + Xen 4.2 + 'xl' toolstack 
  xen-pygrub-grub-args.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=208
This commit is contained in:
Charles Arnold
2012-10-08 17:11:11 +00:00
committed by Git OBS Bridge
parent 61653f6441
commit e28f3504fe
6 changed files with 25 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ xendomains_abort()
check()
{
XEND=`pidof -x /usr/sbin/xend`
XEND=`pidof -x /usr/sbin/xend`
if [ -z "$XEND" ]; then
xm_cmd="xl -f"
else