[OE-core] [PATCH] base-files: Add /run/lock as a standard directory

Mark Hatle mark.hatle at windriver.com
Fri May 9 20:35:27 UTC 2014


On 5/9/14, 2:41 PM, Colin Walters wrote:
> On Fri, May 9, 2014 at 11:14 AM, Mark Hatle <mark.hatle at windriver.com>
> wrote:
>>
>> /run is not always a tmpfs...  We've got configurations where it's
>> persistent.
>
> What?  Why?
>

Certain system configurations may require parts of the /run filesystem to not 
always be on tmpfs.  (Some situations where you have a lot of disk, but limited 
ram for instance..  using tmpfs will potentially put your system into a low 
memory state, or you might not have enough tmpfs to run the system properly.)

As part of the future work to allow for persistent storage on certain things 
that the volatiles are doing right now, /run is one of the directories that 
needs to be investigated.  Is there actually anything there that may be 
desirable to persist from one boot to the next?

--Mark



More information about the Openembedded-core mailing list