Folks, Just got through debugging a problem with my attempts to netboot FreeBSD. I've found a typo in the RELENG_4_8 etc/rc.diskless1 # $FreeBSD: src/etc/rc.diskless1,v 1.5.2.10 2002/12/23 17:39:06 dillon I found it initially in a cvsup from earlier this week, and again in a cvsup from today. I tried RELENG_4, but the typo is fixed. # $FreeBSD: src/etc/rc.diskless1,v 1.5.2.13 2003/08/11 13:39:48 fjoe specificly, the correct line is: if [ "x`eval echo \\$md_size_$1`" = "x" ]; then but the RELENG_4_8 version has: if [ "x`eval echo \$md_size_$1`" = "x" ]; then this is in the create_md section. Would it be possible to fix this for RELENG_4_8? --- david raistrick drais@atlasta.net http://www.expita.com/nomime.html