summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-08-25 13:09:42 +0000
committerKarsten Hopp <karsten@redhat.de>2004-08-25 13:09:42 +0000
commit4fed98220b3d81a765aabca3619491df00a64a25 (patch)
treecc1e36062ca36a5803d782ff5596ac06f9b40824 /scripts
parent8386103c37f6b76673bec062eb75592cc5624ef5 (diff)
downloadanaconda-4fed98220b3d81a765aabca3619491df00a64a25.tar.gz
anaconda-4fed98220b3d81a765aabca3619491df00a64a25.tar.xz
anaconda-4fed98220b3d81a765aabca3619491df00a64a25.zip
- forgot to commit this, required for the sysecho command in the mainframe linuxrc
Diffstat (limited to 'scripts')
-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