Date: Thu, 11 Sep 2003 09:28:28 -0700 (PDT) From: David Raistrick <drais@wow.atlasta.net> To: freebsd-stable@freebsd.org Subject: bug: RELENG_4_8 rc.diskless1 typo Message-ID: <Pine.BSF.4.50L0.0309110917140.40435-100000@wow.atlasta.net>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.50L0.0309110917140.40435-100000>
