projects
/
invirt/packages/invirt-xen-config.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
change HVM nic model to pcnet
[invirt/packages/invirt-xen-config.git]
/
vif-setup.invirt
1
#!/bin/bash
2
3
if test "$script"
4
then
5
exec $script $*
6
else
7
# XVM does not use vif-setup for hotplug events.
8
exit 0
9
fi