Linux boot with NO writes?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Alan Dayley
Date:  
Subject: Linux boot with NO writes?
Deepak Saxena wrote:
>
> Shouldn't be a problem. Once you're out of the kernel and into userland,
> you are free to do anything you want. I'm not sure about specific
> daemons supporting no logging or /dev/null for logs, but you can
> always grab the source and rebuild them as such if needed. My guess
> though is that most daemons can have logging disabled. Or at the least
> have them log to stderr and reroute that to /dev/null. Apps that use
> syslog() can be dealt with by having syslogd just discard everything.


Yes, I thought it was doable. I learned more about the target
application this morning. It sounds like it will be more like a
bootable CD situation with a read-only flash as the boot media.

The application can use a RAM drive for boot logs so digging into source
code will not be needed. It is so cool that it could be done all the
way down to the souce level, though. Free Software is great!

> Boot from flash? :)


How did you know? ;^)

Thanks for the response.

Alan