|
From: Bruce S. <bw...@ar...> - 2006-09-26 19:51:02
|
> On Tue, September 26, 2006 09:52, Bruce Smith wrote: > > Wouldn't it be simpler and more standard to simply start portmap before > > the /etc/fstab mounts? That would allow people to put NFS mounts in > > /etc/fstab, as other distros do it. > > Agreed. > Do you have time to implement it? After looking at it, that's not going to work. mountfs runs before networking has started. I suppose we could hack up /etc/init.d/portmap to mount NFS volumes, but I'm not sure that's a good idea. Looking at my SuSE desktop, they have a separate start script for NFS mounts. It looks like that's the way to go. Thoughts? - BS |