From 4fed98220b3d81a765aabca3619491df00a64a25 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 25 Aug 2004 13:09:42 +0000 Subject: - forgot to commit this, required for the sysecho command in the mainframe linuxrc --- scripts/mk-images | 1 + scripts/upd-instroot | 1 + 2 files changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit