X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C86921.B7C2A174@onstor-exch02.onstor.net>; Wed, 6 Feb 2008 17:38:11 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: please review 27669
Date: Wed, 6 Feb 2008 17:38:11 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E056C935E@onstor-exch02.onstor.net>
In-Reply-To: <20080206154623.6eb0e44d@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: please review 27669
Thread-Index: AchpGntN9FLH8jjQQ1+D7JK468DemQABtHNw
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

nfx-tree/code/ssc-nfxsh/cmd_flash-linux.c

     Line: 35 How about adding /proc and /sys? Is this where that is
done? And
     can subdirectories be added such as /var/empty and /lib/init/rw? I
     am hoping that by adding those the reboot after a system copy
     all -i will work. If not here then in cmd_flash? Anyway rebooting
from a flash created with system copy all -i didn't work because /proc
and /sys were missing hence /proc was not being mounted and there were
messages about /lib/init/rw/.ramfs missing.

nfx-tree/code/ssc-nfxsh/cmd_flash-openbsd.c

     looks good

nfx-tree/code/ssc-nfxsh/cmd_flash.c

     Lines 62-71 Is this where /proc /var/empty /sys /lib/init/rw
     should be added?


nfx-tree/code/ssc-nfxsh/linux.h

     looks good

nfx-tree/code/ssc-nfxsh/openbsd.h

     looks good

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, February 06, 2008 3:46 PM
To: Larry Scheer
Subject: please review 27669

Change 27669 by andys@ripper on 2008/02/06 09:36:40 *pending*

        System copy init and system copy all porting fixes:
       =20
        + Need to create some common and some OS specific extra
          directories after initializing a flash.
       =20
        + Linux needs a little extra logic for system copy all.
       =20
        reviewed by

Affected files ...

... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_flash-linux.c#14 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_flash-openbsd.c#17 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_flash.c#7 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/linux.h#9 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/openbsd.h#9 edit
