I'm trying to make the transition from DeployStudio monolithic imaging to Casper imaging (both thin and not). Part of our normal monolithic image with DeployStudio are some LaunchDaemons that live in /Library/LaunchDaemons. I have a couple of questions. First of all, I notice that unless I use a command-line text editor and save the plist directly I always end up with some sort of file attribute (signified by the @ sign below) that I can't seem to clear with chmod -RN. (I put a couple of x characters where our college name normally appears):
sh-3.2# ls -la
total 72
drwxr-xr-x 11 root wheel 374 23 May 09:31 .
drwxr-xr-x+ 71 root wheel 2414 22 May 14:36 ..
-rw-r--r--@ 1 root wheel 490 23 May 09:31 ca.xxxcollege.clean-warn.plist
-rw-r--r--@ 1 root wheel 481 23 May 09:31 ca.xxcollege.clean.plist
-rw-r--r--@ 1 root wheel 383 23 May 09:31 ca.xxcollege.postimage.plist
-rw-r--r--@ 1 root wheel 493 23 May 09:31 ca.xxcollege.reboot-warn.plist
-rw-r--r--@ 1 root wheel 482 23 May 09:31 ca.xxcollege.reboot.plist
My second question is, how do I package these? I'm guessing I have to log into the GUI as root, is that how others are doing this? (Composer won't let me navigate to the target folder.)
Such a helpful community here. Thanks in advance.
