Posted on 06-29-2012 01:19 PM
Hello, I've written a script that deploys a pre-defined bootcamp.winclone image to a machine via self service. I'd love to get feedback/recommendations on it. It's my first time using github for tracking changes, so please excuse any noobish misses:
https://github.com/sonic84/Deploy-Boot-Camp-From-Casper-Self-Service
Thank you!
Posted on 07-17-2012 08:33 AM
I'm working with your script and it is failing on the "ntfslabel" option. I don't see that in the .winclone package and don't know what to add there. I'm using WinClone 3 Pro and it works when I use the WinClone app but not via script, yet.
Posted on 08-21-2012 04:01 PM
Winclone leverages ntfs-prods which is apart of the NTFS-3G project. ntfslabel is a binary included with NTFS-3G that installs to: /Library/NTFSProgs/ntfslabel
NTFS-3G download: http://www.tuxera.com/community/ntfs-3g-download/
just copy ntfslabel into your .winclone.
sorry for the delay, I must have missed the notification about your response.
Posted on 01-31-2013 01:49 PM
I'm very interested in this. I'm looking at the script, and was curious if anything needed to be changed in order to use it with 10.8.x Macs as well?
Posted on 02-06-2013 03:27 AM
Jeff, you sir are a god amongst men! I'm pretty grateful for this!
(btw: love your "star wars" comment in the code ;) )
Posted on 07-17-2013 09:59 AM
barret55, it appears the script currently checks for current OS version as 10.7* or it fails. It was written when 10.7* was the latest version. You'll want to modify this for Mountain Lion in several places. It's annotated pretty well in comments.