vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit d54666a83e833e14ec5416a28349253778144dac
parent 826dd5bc43abce6586e6b8affcafe7fb20a7e370
Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
Date:   Thu, 30 Sep 2010 01:06:38 +0200

remove files

Diffstat:
Dbin/9vxz | 13-------------
Dsrc/9vx/9vx-tap | 27---------------------------
Dsrc/9vx/boot/bootcode.9.kfs | 0
3 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/bin/9vxz b/bin/9vxz @@ -1,13 +0,0 @@ -#!/bin/sh -# 9vxz: rc from the 9vx embeded image - -cmd="/386/bin/bind -a /386/bin /bin; - bind -a /rc/bin /bin; - cd '#Z"`pwd`"'; - prompt=\$sysname'# '; - rc $*; - echo reboot > '#c/reboot'" -# double quotes in cmd to pass it to rc -c -cmd=`echo $cmd | sed "s;';'';g"` -exec 9vx -g "init=/386/bin/rc -c '$cmd' - nobootprompt=local!/boot/rootfs.bz2" diff --git a/src/9vx/9vx-tap b/src/9vx/9vx-tap @@ -1,27 +0,0 @@ -#!/bin/sh - -USERID=`whoami` - -# Create the tap device with tunctl -IFACE=`sudo tunctl -b -u $USERID` -# or openvpn -#IFACE=tap0 -#sudo openvpn --mktun --dev $IFACE --user $USERID - -# Bring the tap device up -sudo /sbin/ifconfig $IFACE 0.0.0.0 up - -# Add it to the bridge -sudo /usr/sbin/brctl addif br0 $IFACE - -# Launch 9vx (use -f to not fork) -9vx -f -n tap $IFACE $* - -# Bring the tap device down and disconnect from br0 -sudo /sbin/ifconfig $IFACE down -sudo /usr/sbin/brctl delif br0 $IFACE - -# Remove the tap device with tunctl -sudo tunctl -d $IFACE &> /dev/null -# or openvpn -#sudo openvpn --rmtun --dev $1 diff --git a/src/9vx/boot/bootcode.9.kfs b/src/9vx/boot/bootcode.9.kfs Binary files differ.