[Nix-dev] [Nix-commits] SVN commit: nix - r29855 - nixos/trunk/modules/system/boot
Eelco Dolstra
e.dolstra at tudelft.nl
Wed Oct 26 21:11:50 CEST 2011
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/
More information about the nix-dev
mailing list