summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mk-images1
-rwxr-xr-xscripts/upd-instroot1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 01a7b5c95..0d89ceb1e 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -646,6 +646,7 @@ EOF
install -s -m 755 $LOADERBINDIR/shutdown $MBD_DIR/sbin/shutdown
install -m 755 $IMGPATH/usr/lib/anaconda-runtime/loader/linuxrc.s390 $MBD_DIR/sbin/init
install -m 755 $IMGPATH/usr/sbin/dasdfmt $MBD_DIR/sbin/dasdfmt
+ install -m 755 $IMGPATH/bin/sleep $MBD_DIR/bin/sleep
fi
if [ "$BUILDARCH" != "s390" -a "$BUILDARCH" != "s390x" ]; then
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 7487d1be4..56d215c01 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -425,6 +425,7 @@ bin/gawk
bin/mount
bin/umount
bin/mknod
+bin/sleep
bin/login
bin/cat
bin/chmod