summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-14 11:44:52 -0400
committerChris Lumens <clumens@redhat.com>2009-07-14 11:44:52 -0400
commit4054aeedcb3485a16cd83d3753e2b3fe62e850c8 (patch)
tree06339ccde1572b935bc99b4c8e418569d6028a16 /scripts
parentedf45a43a2dd6142de1ca407b9e344b427c8e4c3 (diff)
downloadanaconda-4054aeedcb3485a16cd83d3753e2b3fe62e850c8.tar.gz
anaconda-4054aeedcb3485a16cd83d3753e2b3fe62e850c8.tar.xz
anaconda-4054aeedcb3485a16cd83d3753e2b3fe62e850c8.zip
There is no /bin on the initrd so sleep needs to go into /sbin.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
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/