Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Zbigniew Jędrzejewski-Szmek
On 01/20/2012 07:52 AM, Masatake YAMATO wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in /etc/fstab. Cool. --- a/src/mount.c +++ b/src/mount.c @@ -19,6 +19,10 @@ along with

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Masatake YAMATO
On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in /etc/fstab. The benefits of .d mechanism are explained in

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Kay Sievers
On Fri, Jan 20, 2012 at 14:36, Masatake YAMATO yam...@redhat.com wrote: On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Karel Zak
On Fri, Jan 20, 2012 at 02:46:21PM +0100, Kay Sievers wrote: If we go for advanced storage handling, we might need to invent something that can carry real metadata and assembly instructions This is my plan this year (with DM people), and I think that assembly information for block devices

Re: [systemd-devel] [PATCH ] Adding /etc/fstab.d/*.fstab support

2012-01-20 Thread Karel Zak
On Fri, Jan 20, 2012 at 02:28:14PM +0100, Kay Sievers wrote: On Fri, Jan 20, 2012 at 07:52, Masatake YAMATO yam...@redhat.com wrote: mount command in the latest version of util-linux(2.21-rc1[1]) supports /etc/fstab.d; mount command reads /etc/fstab.d/*.fstab files as if they are written in