AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080403134916.4ecae3b8@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 3 Apr 2008 13:50:11 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: testing request of proposed NFS root fix
Message-ID: <20080403135011.5b3c75b0@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Larry,

Can you test Sripal's proposed fix for the NFS root problem:

Apply patch to linux/rootfs/sbin/dhclient-script

14a15,20
> #check if the filer boots using NFS root
> DISKTYPE=`df / | egrep '/dev|[0-9]:' | awk '{print $1}'`
> if [ "$DISKTYPE" != "/dev/root" ]; then
>     exit 0
> fi
> 
