Add findutils dependency for /tmp cleaning.
This dependency is only added if the setting is activated. svn path=/nixos/trunk/; revision=34434
This commit is contained in:
parent
4931188684
commit
25155a02e6
@ -67,7 +67,7 @@ let
|
|||||||
pkgs.utillinux
|
pkgs.utillinux
|
||||||
pkgs.udev
|
pkgs.udev
|
||||||
pkgs.sysvtools
|
pkgs.sysvtools
|
||||||
];
|
] ++ pkgs.lib.optional config.boot.cleanTmpDir pkgs.findutils;
|
||||||
postBootCommands = pkgs.writeText "local-cmds"
|
postBootCommands = pkgs.writeText "local-cmds"
|
||||||
''
|
''
|
||||||
${config.boot.postBootCommands}
|
${config.boot.postBootCommands}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user