On 06/16/2007 03:59 PM, Theresa Kehoe wrote:
> Good is, we cranked out 16 or so cloned drives today -- and they were
> put into a different machine afterward, and booted up, to make sure they
> played nicely.
Excellent. Were the drives marked in some way as boot checked?
> Robert, did you know that, if the drive is bad, your script window just
> closes up?
Yup. That's a property not so much of the script as it is of the GUI
launcher. To compensate, I added a "pause" to the die function:
die () {
echo -e "$1"
read -n 1 -p "Press any key to exit ..."
exit 1
}
> All the clones are in the "Debian cloned drives" box on the shelf, all
> labeled with green tape, "Etch 06-16-07".
I usually label the drive with the image date, but it doesn't really
matter. However, we may want to pick one convention to avoid confusion.
Regards,
- Robert