Re: [PATCH] gnu: Allow nfs filesystems to be automatically mounted.

2016-11-24 Thread Ludovic Courtès
John Darrington skribis: > It's also instructive to experiment a bit by running a command like: > > sudo strace mount -v :/export/junk -o addr=192.168.0.125 /mnt > in which one can see the system call: > mount(":/export/junk", "/mnt", "nfs", MS_MGC_VAL, "addr=192.168.0.125") = 0 Oooh, in that

Re: [PATCH] gnu: Allow nfs filesystems to be automatically mounted.

2016-11-23 Thread John Darrington
On Wed, Nov 23, 2016 at 11:07:27PM +0100, Ludovic Court??s wrote: John Darrington skribis: > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. > --- > gnu/build/file-systems.scm | 16 +++- > 1 fi

Re: [PATCH] gnu: Allow nfs filesystems to be automatically mounted.

2016-11-23 Thread Ludovic Courtès
John Darrington skribis: > How about this, then? > > > > > > * gnu/build/file-systems.scm (mount-file-system): Append target addr= when > mounting nfs filesystems. > --- > gnu/build/file-systems.scm | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/gnu/bui

[PATCH] gnu: Allow nfs filesystems to be automatically mounted.

2016-11-22 Thread John Darrington
How about this, then? * gnu/build/file-systems.scm (mount-file-system): Append target addr= when mounting nfs filesystems. --- gnu/build/file-systems.scm | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.s