# @(#)install:badspots/enterbyhand	35.2
# Enter Bad Spot List By Hand Method Description
# Copyright 1988, Motorola, Inc.

BadSpotsName=enterbyhand
BadSpotsLetter=e
BadSpotsTitle="Enter bad spots information by hand."
BadSpotsDescription=`0<<!!! cat -

This method of creating the bad spots list associated to the
installation disk drive requires the user to identify the
individual bad spots found on the disk.  This method is
used when the disk drive has never been formatted and does
not have manufacturer's defect list.

Errors should not occur when creating the bad spots list using
this method because the installation disk drive is not accessed.

!!!`
BadSpotsScript=`0<<!!!! cat -
0<<!!! cat -
		if [ X"\\\\\\${RootDiskAlternateTracks}" = X"" ]
		then
			if 1>\\\\\\${BadSpotsDirectory}/\\\\\\${RootDevice}
			then
				: Success
			else
				0<<DONE 1>&2 cat -

ERROR: Unexpected sh(1) error occurred;
	could not create '\\\\\\${BadSpotsDirectory}/\\\\\\${RootDevice}' file.
	Installation processing cannot continue.

DONE
				kill -16 \\\\\\${$}
			fi
		elif \\\\\\\\
0<<DONE 1>\\\\\\${BadSpotsDirectory}/\\\\\\${RootDevice} cat -
\\\\\\${RootDiskAlternateTracks}
DONE
		then
			: Success
		else
			0<<DONE 1>&2 cat -

ERROR: Unexpected cat(1) error occurred;
	could not create '\\\\\\${BadSpotsDirectory}/\\\\\\${RootDevice}' file.
	Installation processing cannot continue.

DONE
			kill -16 \\\\\\${$}
		fi

		appendSpots=true
!!!
!!!!`
