* Add `sleep' to the initrd.

svn path=/nixos/trunk/; revision=22089
This commit is contained in:
Eelco Dolstra 2010-06-01 17:09:34 +00:00
parent 9c900ee15c
commit 18fd0a61de

View file

@ -129,6 +129,7 @@ let
cp -v ${pkgs.coreutils}/bin/mknod $out/bin
cp -v ${pkgs.coreutils}/bin/cat $out/bin
cp -v ${pkgs.coreutils}/bin/chroot $out/bin
cp -v ${pkgs.coreutils}/bin/sleep $out/bin
# Copy e2fsck and friends.
cp -v ${pkgs.e2fsprogs}/sbin/e2fsck $out/bin