From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marco d'Itri" Date: Tue, 15 Mar 2011 23:09:17 +0000 Subject: Re: udev runtime data will move from /dev/.udev/ to /dev/.run/udev/ Message-Id: <20110315230917.GA13932@bongo.bofh.it> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Mar 16, Kay Sievers wrote: > >> The maintainers of the commonly used early-boot tools agreed to use a > >> /dev/.run// dir instead, which will be provided by initramfs > >> and systemd. After the basic bootup, the /dev/.run/ tmpfs mountpoint > >> will be available at /var/run/. The /dev/.run/ directory is at that > >> point just an "early-boot alias" for /var/run/, and all early-boot > >> tools will have their data in /var/run/, just like any other service. > > This looks complex and requiring coordination among multiple packages. > > Where is the documentation of everything which needs to be done by the > > surrounding boot scripts? > I can't know, or document anything. The init scripts I maintain do not > know anything about /dev/.udev/. I am talking about this new /dev/.run/ thing. Where is it documented? -- ciao, Marco