summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-06 17:25:12 -0400
committerChris Lumens <clumens@redhat.com>2009-07-06 17:34:11 -0400
commit98e4ec049acab923d23ff8c99d78a101118ac921 (patch)
treefa4fcf1b7f206821aec6ad3fed2ec69fe9dacebd /scripts
parent68d20433d7023c8acdbfc60070867ead4c44d37f (diff)
downloadanaconda-98e4ec049acab923d23ff8c99d78a101118ac921.tar.gz
anaconda-98e4ec049acab923d23ff8c99d78a101118ac921.tar.xz
anaconda-98e4ec049acab923d23ff8c99d78a101118ac921.zip
Put sleep in /bin on the initrd (#505639).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 26432213f..5c719409b 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -716,6 +716,9 @@ makeinitrd() {
cp -a org.freedesktop.nm_dispatcher.service $MBD_DIR/usr/share/dbus-1/system-services
)
+ # Misc
+ instbin $IMGPATH /usr/bin/sleep $MBD_DIR /bin/sleep
+
# Indirect dependencies
install -m 755 $IMGPATH/$LIBDIR/libfreebl3.so $MBD_DIR/$LIBDIR/
install -m 755 $IMGPATH/$LIBDIR/libsoftokn3.so $MBD_DIR/$LIBDIR/