Rev 368
With the new release of instadmg, I'm getting the following errors when I try to image...
Finding the Installer disc for Snowleopard
Traceback (most recent call last):
File "/Users/jwojda/instadmg/AddOns/InstaUp2Date/instaUp2Date.py", line 579, in
main()
File "/Users/jwojda/instadmg/AddOns/InstaUp2Date/instaUp2Date.py", line 545, in main
foundInstallerDiscs = findInstallerDisc.findInstallerDisc(allowedBuilds=thisController.catalogFileSettings['Installer Disc Builds'])
File "/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/findInstallerDisc.py", line 190, in findInstallerDisc
raise commonExceptions.FileNotFoundException('Unable to find OS Installer disc in any provided folder: ' + str(searchItems))
Resources.commonExceptions.FileNotFoundException: Unable to find OS Installer disc in any provided folder: ['/Users/jwojda/instadmg/InstallerFiles/InstallerDiscs', '/Users/jwojda/instadmg/InstallerFiles/BaseOS']
As a work around I tried copying from BaseOS to InstallerDiscs, so that it resides in both locations, but I still get the above error.