hello all,
i didn't quite know where to put this, since it deals with the terminal but not really with UNIX since asr (apple system restore) is apple software. Anyway, we're trying to find the fastest method of reimaging Macs here in the lab. On the PCs, we do it via the network with ZenWorks. This produces what at the start of the year would have been called blasingly fast reimaging time. One of my projects is to find the mac equivalent. The approach I'm looking at involves booting OS X off a CD into the root account. Terminal is then opened and the command
is executed. I've also tried an afp url. Both urls are valid, since they work in the gui (either a browser for http or Command-K for afp), but command line asr (apple system restore) just chokes. What am I doing wrong? Is there a UNIX or linux based reimaging solution that will work well on the mac?
Thanks.
i didn't quite know where to put this, since it deals with the terminal but not really with UNIX since asr (apple system restore) is apple software. Anyway, we're trying to find the fastest method of reimaging Macs here in the lab. On the PCs, we do it via the network with ZenWorks. This produces what at the start of the year would have been called blasingly fast reimaging time. One of my projects is to find the mac equivalent. The approach I'm looking at involves booting OS X off a CD into the root account. Terminal is then opened and the command
Code:
asr -source http://www/compserv/students/image.dmg -target /Volumes/MacHD -erase
Thanks.