From 0aa892e4c902ee5abda867753372a201226883f2 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 3 Nov 2009 19:27:46 +0000 Subject: wrong path fixed copy is easier ;) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3187 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/XX_vmchooser.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'os-plugins/plugins/vmchooser/XX_vmchooser.sh') diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh index 5c53e444..1a16f84e 100644 --- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh +++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh @@ -16,8 +16,7 @@ . /etc/openslx.conf CONFFILE="/initramfs/plugin-conf/vmchooser.conf" -ETCDIR=${OPENSLX_DEFAULT_CONFDIR} -PLUGINCONFDIR=/mnt/${ETCDIR}/plugins/vmchooser +PLUGINCONFDIR=/mnt/${OPENSLX_DEFAULT_CONFDIR}/plugins/vmchooser BINDIR=/mnt/${OPENSLX_DEFAULT_BINDIR} PLUGINDIR=${OPENSLX_DEFAULT_DIR}/plugin-repo/vmchooser VIRTDIR=/mnt/${OPENSLX_DEFAULT_VIRTDIR} @@ -31,7 +30,7 @@ if [ -e $CONFFILE ]; then testmkd ${PLUGINCONFDIR}/fd-loop 1777 cp $CONFFILE ${PLUGINCONFDIR}/vmchooser.conf # TODO: remove vmchooser-stage3.conf when vmchooser path adapted - ln -s ${PLUGINCONFDIR}/vmchooser.conf ${ETCDIR}/vmchooser-stage3.conf + cp $CONFFILE ${OPENSLX_DEFAULT_CONFDIR}/vmchooser-stage3.conf ln -s ${PLUGINDIR}/run-virt.sh ${BINDIR}/run-virt.sh ln -s ${PLUGINDIR}/vmchooser ${BINDIR}/vmchooser -- cgit v1.2.3-55-g7522