Skip to content

Commit

Permalink
[dist] report right VM usage in emulator case
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 21, 2013
1 parent e0e5af6 commit 81e4d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/obsworker
Expand Up @@ -242,6 +242,7 @@ case "$1" in
if [ "--kvm" == "$vmopt" ]; then echo "KVM virtual machine"
elif [ "--xen" == "$vmopt" ]; then echo "XEN virtual machine"
elif [ "--zvm" == "$vmopt" ]; then echo "z/VM virtual machine"
elif [ "--emulator" == "$vmopt" ]; then echo "System emulated virtual machine"
else echo "chroot"
fi

Expand Down

0 comments on commit 81e4d04

Please sign in to comment.