I builds my own release FreeBSD-3.0 CURRENT with 'make release' from /usr/src/release . It uses /dev/vn0c in build process and crashes my system (/etc/rc uses same device for add swap-file) :( . Fix: Change 'vn0c' to 'vn1c' in /usr/src/release/Makefile ? How-To-Repeat: turn on swap-file in /etc/rc.conf and try make release
State Changed From-To: open->closed John Hay just committed a fix to doFS.sh that makes 'make release VNDEVICE=vn1' possible.