On 29 July 2015 at 23:20, William Hubbs <willi...@gentoo.org> wrote: > > All, > > so that there is a better idea out there of what I'm talking about, the > OpenRC github repository now has a mount-service branch.
Nice! But I still trying to figure out why do we need to keep fstab around. It is pure legacy. There can be a migration script to generate /etc/conf.d/* configuration once, but there is no need to keep it around. The conf.d can contain everything that fstab contains. mount_mountpoint_\${NAME}= mount_type_\${NAME}= mount_fs_\${NAME}= mount_opts_\${NAME}= mount_dump_\${NAME}= mount_pass_\${NAME}= There can even be a script to set above environments from fstab as pure utility given mountpoint as parameter. This will simplify the service as it will always accept the variables at one form. Regards, Alon