From fa6c215f7bac38b9bd9e43d55725a3066ff57fe3 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 4 Oct 2010 18:53:57 +0200 Subject: remove uclibc stuff - part II --- src/os-plugins/plugins/qemukvm/OpenSLX/OSPlugin/qemukvm.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/os-plugins/plugins/qemukvm') diff --git a/src/os-plugins/plugins/qemukvm/OpenSLX/OSPlugin/qemukvm.pm b/src/os-plugins/plugins/qemukvm/OpenSLX/OSPlugin/qemukvm.pm index 14e5917f..10e15687 100644 --- a/src/os-plugins/plugins/qemukvm/OpenSLX/OSPlugin/qemukvm.pm +++ b/src/os-plugins/plugins/qemukvm/OpenSLX/OSPlugin/qemukvm.pm @@ -164,10 +164,10 @@ sub installationPhase # TODO: maybe in the ifup-script better solution? # configuring the tap0 interface to the existing bridge configured in stage3 #for i in 0 1 2; do - # /opt/openslx/uclib-rootfs/sbin/tunctl -t tap${i} >/dev/null 2>&1 + # /opt/openslx/rootfs/sbin/tunctl -t tap${i} >/dev/null 2>&1 # ip link set dev tap${i} up #done - #/opt/openslx/uclib-rootfs/usr/sbin/brctl addif br0 tap0 + #/opt/openslx/rootfs/usr/sbin/brctl addif br0 tap0 #ip addr add ${nataddress} dev tap1 #ip addr add ${hoaddress} dev tap2 #echo "1" >/proc/sys/net/ipv4/conf/br0/forwarding @@ -182,7 +182,7 @@ sub installationPhase [ -n "${module}" ] && modprobe -q -r ${module} modprobe -q -r tun # TODO: tun removed, so this is not necessary - #/opt/openslx/uclib-rootfs/usr/sbin/brctl delif br0 tap0 + #/opt/openslx/rootfs/usr/sbin/brctl delif br0 tap0 #ip addr del ${nataddress} dev tap1 #ip addr del ${hoaddress} dev tap2 #echo "0" >/proc/sys/net/ipv4/conf/br0/forwarding -- cgit v1.2.3-55-g7522