Apple Software Restore (ASR) has a font issue when used from the command line (asr), or from Disk Utility (Restore tab) in 10.6.
When booting off the imaged drive, upon first log in to each user account, a message pops up stating that the Lucide Grand font has been changed and restored. There are two ways to fix this issue:
- Run Disk Utility from the 10.6 install disc: this insures that all caches are in sync.
- In Terminal, do this: rm -rf /Volumes/some_drive/private/var/folders/*: this removes the font caches from the users' accounts.

