Impressive work on new image
	
	
		Impressive stuff alright ... they have done some good work here. 
 
Like the menu system, reminds me of slackware linux. 
 
Really easy to install. Setting ip means no serial to get up and going.
 
Only change really was point the new http proxy at the nz emulator. 
 
All that would be needed would be something like ... in rc.sysinit.author
 
	Code:
	
postcode=`/hack/bin/get_postalcode`
if [ "$postcode" = "02113" ]; then 
   emuProxy2 -s 64.151.65.200 &
else
   emuProxy2 -s 131.244.9.101 &
fi