From 675bdcb3502cb913802acd5269cca6209f4cbfd9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 15 May 2009 18:18:55 +0000 Subject: 2009-05-15 Joel Sherrill * qemu-nic: Do not invoke qemu from /usr/local/bin. --- qemu-support/ChangeLog | 4 ++++ qemu-support/qemu-nic | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'qemu-support') diff --git a/qemu-support/ChangeLog b/qemu-support/ChangeLog index 5197553..70224fc 100644 --- a/qemu-support/ChangeLog +++ b/qemu-support/ChangeLog @@ -1,3 +1,7 @@ +2009-05-15 Joel Sherrill + + * qemu-nic: Do not invoke qemu from /usr/local/bin. + 2009-05-13 Joel Sherrill * pc386_fda-slow.bz2: New file. diff --git a/qemu-support/qemu-nic b/qemu-support/qemu-nic index 6c38112..4bdf571 100755 --- a/qemu-support/qemu-nic +++ b/qemu-support/qemu-nic @@ -32,7 +32,7 @@ if [ $EUID -eq 0 ] ; then exit 1 fi - /usr/local/bin/qemu ${ARGS} ${GRAPHICS} \ + qemu ${ARGS} ${GRAPHICS} \ -net nic,model=${NIC} \ -net nic,macaddr=00:80:7F:22:61:77 \ -net tap,script=/etc/qemu-ifup -- cgit v1.2.3