source: trunk/packages/xen-common/xen-common/tools/ioemu/target-i386-dm/qemu-dm.debug @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 172 bytes
Line 
1#!/bin/sh
2
3if [ "`arch`" = "x86_64" ]; then
4    LIBDIR="lib64"
5else
6    LIBDIR="lib"
7fi
8echo $* > /tmp/args
9echo $DISPLAY >> /tmp/args
10exec /usr/$LIBDIR/xen/bin/qemu-dm $*
Note: See TracBrowser for help on using the repository browser.