Build CUWiN from source
Howto setup a NETBSD build environment, download the CUWiN source code, compile in your custom settings, and burn a live CD.
Login: root Password: 12345
Install Network
Add the following lines to /etc/rc.conf
hostname="NetBSD"
dhclient=YES
touch /etc/dhclient.conf
Add the following line to /etc/resolv.conf
nameserver 192.168.1.1
Install pkgsrc
ftp ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-200xQy/pkgsrc-200xQy.tar.gz
tar xzvf pkgsrc-200xQy.tar.gz -C /usr
Install subversion
cd /usr/pkgsrc/devel/subversion
make install cleanDownload CUWiN
cd /root
svn co http://svn.cuwin.net/cuw cuw
Make local customizations
cd cuw/private-trunk/image-data
Get NetBSD Sources
cd /root
wget http://internap.dl.sourceforge.net/sourceforge/wireless/cuwin-0.7.0-netbsd-src.tgz
tar xzvf cuwin-0.7.0-netbsd-src.tgz
cd
Build CUWiN
./configure && make && make install
Burn CUWiN
dd
