summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-03-04 18:48:36 +0100
committerSebastian Schmelzer2011-03-04 18:48:36 +0100
commit929e831d3b2d4a60f781e867a96847b5fdeed3ce (patch)
tree55cc8dc1abed76e7be3294d88032fb5978725dfd /src
parentvmchooser / xmlfilter: search recursive for xml files (diff)
downloadcore-929e831d3b2d4a60f781e867a96847b5fdeed3ce.tar.gz
core-929e831d3b2d4a60f781e867a96847b5fdeed3ce.tar.xz
core-929e831d3b2d4a60f781e867a96847b5fdeed3ce.zip
add new vmchooser with xmlfilter support
install xmlfilter by default
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/vmchooser/XX_vmchooser.sh1
-rw-r--r--src/os-plugins/plugins/vmchooser/files/vmchooserbin1467735 -> 1538912 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index 168bcda1..f1f9517d 100644
--- a/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -31,6 +31,7 @@ if [ -e $CONFFILE ]; then
cp $CONFFILE ${PLUGINCONFDIR}/vmchooser.conf
ln -s ${PLUGINDIR}/run-virt.sh ${BINDIR}/run-virt.sh
ln -s ${PLUGINDIR}/vmchooser ${BINDIR}/vmchooser
+ ln -s ${PLUGINDIR}/xmlfilter.sh ${BINDIR}/xmlfilter.sh
# setup all generic virtualization / starting stuff like the floppy image
# loop file for exchanging information between linux and vm guest
diff --git a/src/os-plugins/plugins/vmchooser/files/vmchooser b/src/os-plugins/plugins/vmchooser/files/vmchooser
index 758add54..bfe4017b 100644
--- a/src/os-plugins/plugins/vmchooser/files/vmchooser
+++ b/src/os-plugins/plugins/vmchooser/files/vmchooser
Binary files differ