From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allin Cottrell Date: Sun, 27 May 2012 16:17:45 +0000 Subject: Re: systemd 183 and /lib/udev/devices/ Message-Id: 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 Sun, 27 May 2012, Tom Gundersen wrote: > On Sun, May 27, 2012 at 4:46 PM, Allin Cottrell wrote: >> There's no reference to /dev/pts or /dev/shm >> in fstab, but at run time /dev/pts is populated and there's a tmpfs mounted >> on /dev/shm. How can I tell whether I need the systemd-tmpfiles workaround? > > The mountpoints are created by systemd[0], so no need to do anything > to make this work. > > [0]: Thanks, that's nice. One more question: in switching to make /var/lock a symlink to /run/lock, how does/should /run/lock get created? Is that also automagic via systemd? (I didn't find a reference to "lock" in mount-setup.c.) Allin Cottrell