Gentoo Archives: gentoo-dev

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC
Date: Mon, 27 Jul 2015 23:55:05
Message-Id: CAOazyz1hrZBX727GigU8RcmaAzXk3HB-DCQeq+dzjyr4EdDjsw@mail.gmail.com
In Reply to: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC by William Hubbs
1 On 28 July 2015 at 01:26, William Hubbs <williamh@g.o> wrote:
2 > The proposal in [3], on the other hand, is to create a mount script that
3 > works like netifrc. It would mount a single file system, which would be
4 > determined by the link it was called from, much like how netifrc
5 > determines which interface to work on.
6
7 Hi,
8
9 This is great and consistent with all other services.
10
11 What I would like to see is how to not relay on /etc/fstab content, if possible.
12
13 If it is like netifrc, there can be fstab module that provides entries
14 for fstab.
15
16 It can be in /etc/conf.d/filesystem.@name@ instead of openrc core. for example:
17 ---
18 modules="fstab"
19 config__usr="fstab" # replace /->_
20 ---
21
22 Regards,
23 Alon

Replies