summaryrefslogtreecommitdiff
path: root/qemu-support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 18:18:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-15 18:18:55 +0000
commit675bdcb3502cb913802acd5269cca6209f4cbfd9 (patch)
tree5b5f14e20409deeaf55761a40b95c0ee4ffca837 /qemu-support
parent23ae58c1966292b016d55320b1fcba85e6b80b59 (diff)
2009-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* qemu-nic: Do not invoke qemu from /usr/local/bin.
Diffstat (limited to 'qemu-support')
-rw-r--r--qemu-support/ChangeLog4
-rwxr-xr-xqemu-support/qemu-nic2
2 files changed, 5 insertions, 1 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * qemu-nic: Do not invoke qemu from /usr/local/bin.
+
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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