Make David happy.
This commit is contained in:
parent
d119e9a337
commit
f136b559c2
@ -10,7 +10,7 @@
|
|||||||
# putting your name on top after doing something trivial like reindenting
|
# putting your name on top after doing something trivial like reindenting
|
||||||
# it, just to make it look like you wrote it!).
|
# it, just to make it look like you wrote it!).
|
||||||
#
|
#
|
||||||
# $Id: instdist.sh,v 1.19 1994/11/21 04:47:28 jkh Exp $
|
# $Id: instdist.sh,v 1.20 1994/11/21 05:36:00 jkh Exp $
|
||||||
|
|
||||||
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
|
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
|
||||||
return 0
|
return 0
|
||||||
@ -177,7 +177,7 @@ media_extract_dist()
|
|||||||
message "Verifying checksums for distribution. Please wait!"
|
message "Verifying checksums for distribution. Please wait!"
|
||||||
if sh ./do_cksum.sh; then
|
if sh ./do_cksum.sh; then
|
||||||
if [ -f extract.sh ]; then
|
if [ -f extract.sh ]; then
|
||||||
message "Extracting distribution. Please wait!"
|
message "Extracting ${media_distribution} distribution. Please wait!"
|
||||||
sh ./extract.sh < /dev/ttyv1 > /dev/ttyv1 2>&1
|
sh ./extract.sh < /dev/ttyv1 > /dev/ttyv1 2>&1
|
||||||
dialog $clear --title "Extraction Complete" --msgbox "Please press return to continue" -1 -1
|
dialog $clear --title "Extraction Complete" --msgbox "Please press return to continue" -1 -1
|
||||||
else
|
else
|
||||||
@ -195,7 +195,6 @@ media_install_set()
|
|||||||
{
|
{
|
||||||
case $media_type in
|
case $media_type in
|
||||||
cdrom|nfs|ufs|doshd)
|
cdrom|nfs|ufs|doshd)
|
||||||
message "Extracting ${media_distribution} using ${media_type}."
|
|
||||||
if ! cd ${media_device}/${media_distribution}; then
|
if ! cd ${media_device}/${media_distribution}; then
|
||||||
error "Unable to cd to ${media_device}/${media_distribution} directory."
|
error "Unable to cd to ${media_device}/${media_distribution} directory."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user