expand /etc/ramfs.img /dev/ram0
mount -t proc proc /proc
mount -t ext2 /dev/ram0 /var
mkdir /var/tmp
mkdir /var/log
mkdir /var/run
mkdir /var/lock
ifconfig lo 127.0.0.1
# change yourown ethernet hardware address here
ifconfig eth0 hw ether 12:34:56:78:90:ab
ifconfig eth0 192.168.1.168 netmask 255.255.255.0 broadcast 192.168.1.255
route add -net 127.0.0.0 netmask 255.0.0.0 lo
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
route add 192.168.1.168 eth0
route add default gw 192.168.1.254
hostname cwvz328 
portmap&
cat /etc/motd
