From 4054aeedcb3485a16cd83d3753e2b3fe62e850c8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 14 Jul 2009 11:44:52 -0400 Subject: There is no /bin on the initrd so sleep needs to go into /sbin. --- scripts/mk-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mk-images b/scripts/mk-images index a21a748af..beeef99e6 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -718,7 +718,7 @@ makeinitrd() { ) # Misc - instbin $IMGPATH /usr/bin/sleep $MBD_DIR /bin/sleep + instbin $IMGPATH /usr/bin/sleep $MBD_DIR /sbin/sleep # Indirect dependencies install -m 755 $IMGPATH/$LIBDIR/libfreebl3.so $MBD_DIR/$LIBDIR/ -- cgit