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