From 18fd0a61de2e5d3dbfbab285cc2b84015c5bdf7e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Jun 2010 17:09:34 +0000 Subject: [PATCH] * Add `sleep' to the initrd. svn path=/nixos/trunk/; revision=22089 --- modules/system/boot/stage-1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/stage-1.nix b/modules/system/boot/stage-1.nix index 22ae196a0f21..ab94c157874a 100644 --- a/modules/system/boot/stage-1.nix +++ b/modules/system/boot/stage-1.nix @@ -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