echo "********************************************************************"
echo "**                                                                **"
echo "**         W A R N I N G !!                                       **"
echo "**                                                                **"
echo "**  This function may only be used to create a mini-Winchester    **"
echo "**  hard disk system on Gimix hardware.  Execution of the         **"
echo "**  programs on this disk will completely destroy any information **"
echo "**  which currently is on disk '/dev/hd0'.                        **"
echo "**                                                                **"
echo "********************************************************************"
bcontinue "Do you wish to continue (y/n)?"
echo " "
echo "****************************************************************"
echo "* Formatting the Hard-disk  (takes about 2.5 minutes per 10MB) *"
echo "*                                                              *"
echo "* You will be prompted for the model number of your winchester *"
echo "* disk drive.  You must respond with one of the following      *"
echo "* model names (entered exactly as below):                      *"
echo "*    CMI-5619    Computer Memories, Inc., 5619 (19Mb)          *"
echo "*    CMI-5640    Computer Memories, Inc., 5640 (38Mb)          *"
echo "****************************************************************"
/root/etc/formatw +nr=40 +Md=/dev/hd0
echo " "
echo "*********************************************"
echo "* Creating the standard UniFLEX system disk *"
echo "*********************************************"
/root/etc/mount /dev/hd0 /usr0
maketool /root /usr0 +dBnoP
maketool /dev /usr0 +DdBnoP
/root/etc/install /usr0/uniflex
/root/etc/unmount /dev/hd0
echo " "
echo "************************************"
echo "* UniFLEX System creation complete *"
echo "************************************"
echo " "
