mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Print message about ignoring stupid warnings in game dist
Don't ask user to press return after every dist.
This commit is contained in:
parent
9324ad8d8f
commit
c4f97fa185
@ -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 )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user