* The idmapd job requires the sunrpc kernel module to be loaded.

(http://hydra.nixos.org/build/2315397)

svn path=/nixos/trunk/; revision=33358
This commit is contained in:
Eelco Dolstra 2012-03-22 13:01:06 +00:00
parent a525074f43
commit 4ae7819c39

View File

@ -39,6 +39,8 @@ in
system.fsPackages = [ pkgs.nfsUtils ];
boot.kernelModules = [ "sunrpc" ];
boot.initrd.kernelModules = mkIf inInitrd [ "nfs" ];
boot.initrd.extraUtilsCommands = mkIf inInitrd
@ -77,11 +79,11 @@ in
};
jobs.idmapd =
{ description = "Kernel NFS server - ID Map Daemon";
{ description = "NFS ID mapping daemon";
path = [ pkgs.nfsUtils pkgs.sysvtools pkgs.utillinux ];
stopOn = "starting shutdown";
startOn = "started udev";
preStart =
''