Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rc-svcdir mount where from?
Date: Sat, 27 Aug 2011 18:09:38
Message-Id: 1581460.4EaZMVgbQ3@weird
In Reply to: [gentoo-user] rc-svcdir mount where from? by Konstantinos Agouros
1 Konstantinos Agouros writes:
2
3 > I do not have rc-svcdir in /etc/fstab. I know it comes with openrc but
4 > I would need the mount line or an fstab entry for it. A grep in
5 > /etc/init.d didn't help.
6
7 You need to look into /lib/rc/sh/init.sh, the mount_svcdir() function:
8
9 /lib/rc/sh/init.sh: mount -n -t "$fs" $fsopts rc-svcdir "$RC_SVCDIR"
10
11 You can get the actual content of the $fs and $fsopts variables from the
12 output of mount | grep svcdir.
13
14 Wonko

Replies

Subject Author
Re: [gentoo-user] rc-svcdir mount where from? Konstantinos Agouros <elwood@×××××××.de>