Print message about ignoring stupid warnings in game dist

Don't ask user to press return after every dist.
This commit is contained in:
Jordan K. Hubbard 1995-01-28 09:07:48 +00:00
parent 02c931e63b
commit ae547a3309
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5987
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
# $Id: extract_games.sh,v 1.1 1995/01/14 07:41:41 jkh Exp $
PATH=/stand:$PATH
DDIR=/
DIST=games
echo "Extracting ${DIST}"
echo "Extracting ${DIST} - ignore any errors from cpio"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )

View File

@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
# $Id: instdist.sh,v 1.3 1995/01/28 01:18:42 jkh Exp $
# $Id: instdist.sh,v 1.4 1995/01/28 09:04:12 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@ -202,7 +202,7 @@ media_extract_dist()
else
sh ./extract.sh < /dev/ttyv1 > /dev/ttyv1 2>&1
fi
dialog --title "Extraction Complete" --msgbox "Please press return to continue" -1 -1
dialog --title "Extraction Complete" --infobox "${MEDIA_DISTRIBUTION} is done" -1 -1
else
error "No installation script found!"
fi