On 14:00 Sun 16 Feb , Jorge Almeida wrote: > I just noticed that my /etc/runlevels/default/ includes the link to > netmount, which I'm pretty sure I didn't put there myself. I don't use NFS > mounts. Could there be some good reason to it being there? Or can someone > point me to some documentation?
If you look at the rc-lists in the baselayout ebuild the default runlevel has entries for: hdparm local netmount. But in /etc/init.d/netmount you find: # Only try to mount NFS filesystems if portmap was started. # This is to fix "hang" problems for new users who do not # add portmap to the default runlevel. So it won't try to mount in your case, but you could just delete the link. -- [EMAIL PROTECTED] mailing list
