Hi,

On 10/15/2011 11:01 PM, Nicolas Pierron wrote:

> +        if [ "$fsType" = "nfs" ]; then
> +          nfsmount "$device" "/mnt-root$mountPoint" && break
> +        else
> +          mount -t "$fsType" -o "$options" "$device" "/mnt-root$mountPoint" 
> && break

Why is a special program needed for doing NFS mounts?

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to