Gentoo Archives: gentoo-dev

From: Alec Warner <antarus@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] baselayout-1.13 going into ~ARCH soon
Date: Mon, 06 Nov 2006 21:11:28
Message-Id: 454FB1EC.8030200@gentoo.org
In Reply to: Re: [gentoo-dev] baselayout-1.13 going into ~ARCH soon by Roy Marples
1 Roy Marples wrote:
2 > On Monday 06 November 2006 18:27, Matthew Snelham wrote:
3 >>> In 1.13, we've removed the variable from /etc/conf.d/rc and it's now
4 >>> forced to /lib/rcscripts/init.d which is safe as /lib is always on the
5 >>> same partition as /.
6 >> From a filesystem usage point of view though, storing actively changing
7 >> state data on /lib is ugly. The tmpfs /lib/rcscripts/init.d overlay
8 >> solution for a ro / works, but as long as tmpfs magic is needed, can't it
9 >> be written to /var after localmount?
10 >
11 > It could be written to /var at the end of an rc.
12 > However, you then have to guarantee that /var is always available too and that
13 > may not always be the case as some people want to have /var net mounted or
14 > something equally silly :)
15 >
16 > /lib may be ugly, but it's also guaranteed which is what I'm more interested
17 > in.
18 >
19 > Thanks
20 >
21
22 This screams "vustomizable"
23
24 Just give us a variable we can set to move it; obviously there is no
25 "One True Location" for everyone.
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] baselayout-1.13 going into ~ARCH soon Roy Marples <uberlord@g.o>