[Pkg-sysvinit-devel] Re: Early writable filesystem

Thomas Hood jdthood at yahoo.co.uk
Sat Jan 21 13:37:57 UTC 2006


> 0. nothing
> 1. /run
> 2. /lib/run
> 3. /var/run


OK, it's #0 by default.

Given this, packages should:
* keep data in memory rather than in files, or
* delay writing files until /var/run is available, or
* use /dev/shm/foo for storing the files, or
* mount a private tmpfs.
-- 
Thomas



More information about the Pkg-sysvinit-devel mailing list