View Single Post

   
  #2 (permalink)  
Old 02-16-2008, 05:08 AM
Frank-Christian Kruegel
 
Posts: n/a
Default Re: Help booting from compact flash

On Mon, 29 Dec 2003 09:36:49 -0600, "Jim Lambert" <jaylamb_ert@futrx.com> wrote:

>My configuration is:
>
>512 mb compact flash (will be downgrading this to 128 or 256 mb)
>boot off of flash
>/ Filesystem on flash needs to be set read only
>/var and /tmp are mfs file systems
>
>I have googled for this and have found quite a few resources, but none of
>them are definitive or include all of the steps needed to correctly setup
>this type of system. Any help would be most appreciated.


/dev must also be a mfs file system, since permissions change when users log in
through a pty. otherwise only a console login will be possible.

tar /dev and /var into archives and untar them within /etc/rc.
remove mount -uw / and rm -f /fastboot from /etc/rc and change / in fstab to ro.

Thats it.

Mit freundlichen Grüßen

Dipl.-Ing. Frank-Christian Krügel
IstDa Kommunikationssysteme
Reply With Quote