EOF if test -f /mnt/erp5_cd/.erp5cd; then cat < Caution: This operation will trash all the contents on your hard disk, including the existing installation of your operating system. Make sure that you take a complete backup of your hard disk before reformatting the disk, if you have any important data in the disk. Please choose which disk device should be reformatted and input the password (which is available from the file "readme.txt" in the CDROM): EOF elif test "x$passwd" = "xokdelete"; then sudo /usr/sbin/erp5cd_reformat $device >> /tmp/reformat.log 2>&1 a=$? echo $a if test $a -eq 0; then cat < |