On Sunday, August 28, 2011 11:37:20 AM Konstantinos Agouros wrote:
> In <1581460.4EaZMVgbQ3@weird> wo...@wonkology.org (Alex Schuster) writes:
> >Konstantinos Agouros writes:
> >> I do not have rc-svcdir in /etc/fstab. I know it comes with openrc but
> >> I would need the mount line or an fstab entry for it. A grep in
> >> /etc/init.d didn't help.
> >
> >You need to look into /lib/rc/sh/init.sh, the mount_svcdir() function:
> >
> >/lib/rc/sh/init.sh: mount -n -t "$fs" $fsopts rc-svcdir "$RC_SVCDIR"
> >
> >You can get the actual content of the $fs and $fsopts variables from the
> >output of mount | grep svcdir.
> 
> Hmmm but where is it filled with the directory structure? Or is this like
> a union mount?
> 
> Konstantin

It's mounted as a ramdisk-type.
The directory structure is created during boot-time as needed.

--
Joost

Reply via email to