3
0
Fork 0
forked from mirrors/nixpkgs

stage-2-init: Drop udev from the $PATH

This commit is contained in:
Eelco Dolstra 2012-08-10 18:41:20 -04:00
parent a4a90685ea
commit e00967a54a

View file

@ -64,7 +64,6 @@ let
path = path =
[ pkgs.coreutils [ pkgs.coreutils
pkgs.utillinux pkgs.utillinux
pkgs.udev
pkgs.sysvtools pkgs.sysvtools
] ++ pkgs.lib.optional config.boot.cleanTmpDir pkgs.findutils; ] ++ pkgs.lib.optional config.boot.cleanTmpDir pkgs.findutils;
postBootCommands = pkgs.writeText "local-cmds" postBootCommands = pkgs.writeText "local-cmds"